aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index ba2fa9b..a04e7df 100644
--- a/src/util.h
+++ b/src/util.h
@@ -25,6 +25,8 @@
25#ifndef UTIL_H_ 25#ifndef UTIL_H_
26#define UTIL_H_ 26#define UTIL_H_
27 27
28#include <stdbool.h>
29
28#define UNUSED __attribute__((unused)) 30#define UNUSED __attribute__((unused))
29 31
30#endif /* UTIL_H_ */ 32#endif /* UTIL_H_ */