diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ #ifndef UTIL_H_ #define UTIL_H_ +#include <stdbool.h> + #define UNUSED __attribute__((unused)) #endif /* UTIL_H_ */ |