aboutgitcodebugslistschat
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/log.h b/log.h
index b7b2067..6ceb686 100644
--- a/log.h
+++ b/log.h
@@ -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