diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 183db755412..38adc795a91 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -28,7 +28,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 28 | 28 | ||
| 29 | #include <config.h> | 29 | #include <config.h> |
| 30 | #include "lisp.h" /* Needed for VALBITS. */ | 30 | #include "lisp.h" /* Needed for VALBITS. */ |
| 31 | 31 | #ifdef HAVE_UNISTD_H | |
| 32 | #include <unistd.h> | ||
| 33 | #endif | ||
| 32 | #undef NULL | 34 | #undef NULL |
| 33 | 35 | ||
| 34 | /* The important properties of this type are that 1) it's a pointer, and | 36 | /* The important properties of this type are that 1) it's a pointer, and |