diff src/ralloc.c @ 29917:ee0c984f226d

Maybe include unistd.h.
author Dave Love <fx@gnu.org>
date Fri, 23 Jun 2000 17:33:37 +0000
parents cc8daec6d363
children 3de459e6c652
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