aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index c28098b2..5f69bdcd 100644
--- a/driver.c
+++ b/driver.c
@@ -22,6 +22,9 @@
#else
#include <varargs.h>
#endif
+#if defined(HAVE_ALLOCA_H)
+#include <alloca.h>
+#endif
#include <sys/time.h>
#include <signal.h>