diff options
author | Dave Love <fx@gnu.org> | 2000-06-23 17:33:37 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 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.tar.bz2 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. */ #include <config.h> #include "lisp.h" /* Needed for VALBITS. */ - +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif #undef NULL /* The important properties of this type are that 1) it's a pointer, and |