diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.h b/src/utils.h index a98763a..0fde429 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,10 +1,10 @@ -#ifndef __LIBTUBERIA_UTILS_H__ -#define __LIBTUBERIA_UTILS_H__ +#ifndef LIBTUBERIA_UTILS_H__ +#define LIBTUBERIA_UTILS_H__ #include <sys/time.h> struct timespec *timespec_add_ms(struct timespec *ts, int timeout_ms); struct timespec *gettimespec(struct timespec *ts); -#endif +#endif //LIBTUBERIA_UTILS_H__ |