diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |