summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flexdef.h1
-rw-r--r--src/misc.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 821b407..02ed7a5 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -71,6 +71,7 @@
#endif
#include <sys/wait.h>
#include <stdbool.h>
+#include <stdarg.h>
#ifdef HAVE_REGEX_H
#include <regex.h>
#endif
diff --git a/src/misc.c b/src/misc.c
index e4e3f88..e7f58b5 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -30,7 +30,6 @@
/* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */
/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
/* PURPOSE. */
-
#include "flexdef.h"
#include "tables.h"