diff lib-src/movemail.c @ 6862:653504b6b5dd

[HAVE_UNISTD_H]: Include unistd.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Apr 1994 22:23:24 +0000
parents 76f93e487956
children 805f9284065b
line wrap: on
line diff
--- a/lib-src/movemail.c	Wed Apr 13 22:23:00 1994 +0000
+++ b/lib-src/movemail.c	Wed Apr 13 22:23:24 1994 +0000
@@ -71,6 +71,10 @@
 #endif
 #endif /* USG */
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
 #ifdef XENIX
 #include <sys/locking.h>
 #endif