diff options
Diffstat (limited to 'src/utils/utils.h')
| -rw-r--r-- | src/utils/utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/utils.h b/src/utils/utils.h index e322f20..e320105 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef UTILS_UTILS_H | ||
| 2 | #define UTILS_UTILS_H | ||
| 3 | |||
| 1 | #include "compilers.h" | 4 | #include "compilers.h" |
| 2 | #include "dbg_log.h" | 5 | #include "dbg_log.h" |
| 3 | #include "constants.h" | 6 | #include "constants.h" |
| @@ -5,3 +8,5 @@ | |||
| 5 | #include "sleep.h" | 8 | #include "sleep.h" |
| 6 | #include "wrapthread.h" | 9 | #include "wrapthread.h" |
| 7 | #include "prefetch.h" | 10 | #include "prefetch.h" |
| 11 | |||
| 12 | #endif /* UTILS_UTILS_H */ | ||
