Commit 4f4427ff authored by Yang Tse's avatar Yang Tse
Browse files

check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h

parent 0ed285e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif