changeset 29917:ee0c984f226d

Maybe include unistd.h.
author Dave Love <fx@gnu.org>
date Fri, 23 Jun 2000 17:33:37 +0000
parents e994fd3ceb7c
children ba47938269eb
files src/ralloc.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ralloc.c	Fri Jun 23 17:21:32 2000 +0000
+++ b/src/ralloc.c	Fri Jun 23 17:33:37 2000 +0000
@@ -28,7 +28,9 @@
 
 #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