include unistd.h

This commit is contained in:
Bill Currie 2001-01-02 16:18:08 +00:00
parent 2debf6f669
commit 8e0d495625

View file

@ -31,6 +31,9 @@
#endif
#include <fcntl.h>
#ifdef HAVE_UNISTD_H
#include "unistd.h"
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif