comparison src/sysdep.c @ 100566:91f7b663a0fd

Include alloca.h.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 19 Dec 2008 20:52:15 +0000
parents dcc7f5970d5c
children 387ca5b2d869
comparison
equal deleted inserted replaced
100565:dcc7f5970d5c 100566:91f7b663a0fd
33 #include <limits.h> 33 #include <limits.h>
34 #endif /* HAVE_LIMITS_H */ 34 #endif /* HAVE_LIMITS_H */
35 #ifdef HAVE_UNISTD_H 35 #ifdef HAVE_UNISTD_H
36 #include <unistd.h> 36 #include <unistd.h>
37 #endif 37 #endif
38 #ifdef HAVE_ALLOCA_H
39 #include <alloca.h>
40 #endif /* HAVE_ALLOCA_H */
41
38 #include "lisp.h" 42 #include "lisp.h"
39 /* Including stdlib.h isn't necessarily enough to get srandom 43 /* Including stdlib.h isn't necessarily enough to get srandom
40 declared, e.g. without __USE_XOPEN_EXTENDED with glibc 2. */ 44 declared, e.g. without __USE_XOPEN_EXTENDED with glibc 2. */
41 45
42 /* The w32 build defines select stuff in w32.h, which is included by 46 /* The w32 build defines select stuff in w32.h, which is included by