summaryrefslogtreecommitdiff
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-06-23 17:33:37 +0000
committerDave Love <fx@gnu.org>2000-06-23 17:33:37 +0000
commit642a173373e4b0116deb1b6cd0f584cb7c39ca66 (patch)
tree8d81ec5ee62da1badd915f4cd16a37f14e2120fe /src/ralloc.c
parent8cf8560b9c27cda5c7c4fe1a5c94e26aaa90ab5b (diff)
downloademacs-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.c4
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