Add alloca.h to the list of necessary header files.

This commit is contained in:
Guus Sliepen 2005-06-03 10:56:02 +00:00
parent e810545dc2
commit 64e4c12778

4
have.h
View file

@ -43,6 +43,10 @@
#include <inttypes.h>
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
/* Include system specific headers */
#ifdef HAVE_SYSLOG_H