diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,8 +15,8 @@ * along with toolbox. If not, see <https://www.gnu.org/licenses/>. */ -#ifndef UTILS_H_ -#define UTILS_H_ +#ifndef TOOLBOX_UTILS_H_ +#define TOOLBOX_UTILS_H_ #ifdef __cplusplus extern "C" { @@ -35,4 +35,4 @@ unsigned long long MillisNow(void); } // extern "C" #endif // __cplusplus -#endif // UTILS_H_ +#endif // TOOLBOX_UTILS_H_ |