diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-13 22:23:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-13 22:23:24 +0000 |
commit | 29beb080a9f6f6462e7fde93ae3d347e79d4ad62 (patch) | |
tree | dd8a9ef3759ef4a0582fbbfe483b252607c7b290 /lib-src/movemail.c | |
parent | 00c1bef4ea8f691c1d870eef814607b1c97899f7 (diff) | |
download | emacs-29beb080a9f6f6462e7fde93ae3d347e79d4ad62.tar.gz |
[HAVE_UNISTD_H]: Include unistd.h.
Diffstat (limited to 'lib-src/movemail.c')
-rw-r--r-- | lib-src/movemail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 1676e414e1d..7db92557637 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -71,6 +71,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #endif /* USG */ +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif + #ifdef XENIX #include <sys/locking.h> #endif |