summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2017-01-22 18:23:40 +0100
committerWill Estes <westes575@gmail.com>2017-01-23 11:27:51 -0500
commit6f47a5232cc26a53ccdf4d49d5b678f1a6fc4999 (patch)
tree7d613bf0a5c273cdeeec9b842c9644089f217871 /src
parentd0d057390017a4f9f5bd3ae5740089b0e25948c0 (diff)
scanner: Include stdarg.h for va_list
Diffstat (limited to 'src')
-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"