# HG changeset patch # User Dan Nicolaescu # Date 1229719935 0 # Node ID 91f7b663a0fd70d03a54ae6b4e47ace0d4e9bba4 # Parent dcc7f5970d5c0dc3ff79975ba31b5e49a5b01223 Include alloca.h. diff -r dcc7f5970d5c -r 91f7b663a0fd src/ChangeLog --- a/src/ChangeLog Fri Dec 19 19:50:35 2008 +0000 +++ b/src/ChangeLog Fri Dec 19 20:52:15 2008 +0000 @@ -1,3 +1,7 @@ +2008-12-19 Dan Nicolaescu + + * sysdep.c: Include alloca.h. + 2008-12-19 Dan Nicolaescu Reorganize implementation of Flist_system_processes and diff -r dcc7f5970d5c -r 91f7b663a0fd src/sysdep.c --- a/src/sysdep.c Fri Dec 19 19:50:35 2008 +0000 +++ b/src/sysdep.c Fri Dec 19 20:52:15 2008 +0000 @@ -35,6 +35,10 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_ALLOCA_H +#include +#endif /* HAVE_ALLOCA_H */ + #include "lisp.h" /* Including stdlib.h isn't necessarily enough to get srandom declared, e.g. without __USE_XOPEN_EXTENDED with glibc 2. */