summaryrefslogtreecommitdiff
path: root/src/flexdef.h
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/flexdef.h
parentd0d057390017a4f9f5bd3ae5740089b0e25948c0 (diff)
scanner: Include stdarg.h for va_list
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h1
1 files changed, 1 insertions, 0 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