summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 5f6325b9e4..79e98be20b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -25,6 +25,7 @@
#include <inttypes.h>
#include <time.h>
#include <sys/time.h>
+#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>