This commit is contained in:
Dave Schuyler 2004-03-31 03:22:03 +00:00
parent 30897a8715
commit a75582f40c
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@
#include <malloc.h>
#endif
#ifdef HAVE_SYS_MALLOC_H
#include <sys/malloc.h>
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif