Mercurial > emacs
comparison src/alloc.c @ 25452:4d553f7390dc
Include <stdlib.h> if available.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Mon, 30 Aug 1999 16:18:30 +0000 |
| parents | 823e14641544 |
| children | 693ca9ba497a |
comparison
equal
deleted
inserted
replaced
| 25451:786ab5197e4b | 25452:4d553f7390dc |
|---|---|
| 21 | 21 |
| 22 /* Note that this declares bzero on OSF/1. How dumb. */ | 22 /* Note that this declares bzero on OSF/1. How dumb. */ |
| 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" |
| 29 #ifndef standalone | 34 #ifndef standalone |
| 30 #include "buffer.h" | 35 #include "buffer.h" |
