diff options
| author | Dave Love | 2000-06-23 17:33:37 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-23 17:33:37 +0000 |
| commit | 642a173373e4b0116deb1b6cd0f584cb7c39ca66 (patch) | |
| tree | 8d81ec5ee62da1badd915f4cd16a37f14e2120fe /src/ralloc.c | |
| parent | 8cf8560b9c27cda5c7c4fe1a5c94e26aaa90ab5b (diff) | |
| download | emacs-642a173373e4b0116deb1b6cd0f584cb7c39ca66.tar.gz emacs-642a173373e4b0116deb1b6cd0f584cb7c39ca66.zip | |
Maybe include unistd.h.
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 |