diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 571d6291c2b..258a610886d 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -23,6 +23,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 23 | #include <signal.h> | 23 | #include <signal.h> |
| 24 | 24 | ||
| 25 | #include <config.h> | 25 | #include <config.h> |
| 26 | |||
| 27 | #ifdef STDC_HEADERS | ||
| 28 | #include <stdlib.h> | ||
| 29 | #endif | ||
| 30 | |||
| 26 | #include "lisp.h" | 31 | #include "lisp.h" |
| 27 | #include "intervals.h" | 32 | #include "intervals.h" |
| 28 | #include "puresize.h" | 33 | #include "puresize.h" |