add #include <unistd.h>

This commit is contained in:
Adam Olsen 2001-06-12 00:02:48 +00:00
parent b2a74984e9
commit afc4f250c8

View file

@ -41,6 +41,10 @@
# include <strings.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <errno.h>
#include <ctype.h>
#include <sys/types.h>