diff options
Diffstat (limited to 'log.h')
| -rw-r--r-- | log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,7 +6,9 @@ #ifndef LOG_H #define LOG_H +#include <stdarg.h> #include <stdbool.h> +#include <stddef.h> #include <syslog.h> /* This would make more sense in util.h, but because we use it in die(), that |
