]> git.eshelyaron.com Git - emacs.git/commitdiff
Include unistd.h, if it exists.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2001 17:34:31 +0000 (17:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2001 17:34:31 +0000 (17:34 +0000)
src/xfns.c

index bd7894774b778b52caadc236d79c863b190cafe5..836e2d4c82704dcb2be08d232c9115cf92502ee6 100644 (file)
@@ -24,6 +24,10 @@ Boston, MA 02111-1307, USA.  */
 #include <stdio.h>
 #include <math.h>
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
 /* This makes the fields of a Display accessible, in Xlib header files.  */
 
 #define XLIB_ILLEGAL_ACCESS