Add alloca.h to the list of necessary header files.
This commit is contained in:
parent
e810545dc2
commit
64e4c12778
1 changed files with 4 additions and 0 deletions
4
have.h
4
have.h
|
@ -43,6 +43,10 @@
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_ALLOCA_H
|
||||||
|
#include <alloca.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Include system specific headers */
|
/* Include system specific headers */
|
||||||
|
|
||||||
#ifdef HAVE_SYSLOG_H
|
#ifdef HAVE_SYSLOG_H
|
||||||
|
|
Loading…
Reference in a new issue