diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef UTIL_H_ +#define UTIL_H_ + #include <stdarg.h> #include <stddef.h> #include <stdlib.h> @@ -44,3 +47,5 @@ static uint8_t popcount64(uint64_t x) { } return cnt; } + +#endif |