Also include alloca.h

This commit is contained in:
Edward J. Schwartz 2016-02-05 11:16:01 -05:00
parent f25eafa586
commit 17f2ef46b2

View File

@ -48,6 +48,7 @@
#include <errno.h>
#include <signal.h>
#include <libgen.h>
#include <alloca.h>
#if defined HAVE_SYS_TIME_H
# include <sys/time.h>
#endif