Check for alloca.h.

This commit is contained in:
Steve Checkoway
2007-05-27 07:25:48 +00:00
parent 95e7657039
commit c9f5d9de49
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -5,12 +5,14 @@
#define __C99FEATURES__
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */
#include <stdint.h>
#endif
#include <alloca.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif