summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index bd24b30..ce286cb 100644
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,5 @@
#include <string.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include "misc.h"