include fcntl.h

This commit is contained in:
Todd C. Miller
2007-06-20 11:06:48 +00:00
parent ce963ef43e
commit 2a8cda261e

View File

@@ -28,6 +28,7 @@
# include <stdlib.h>
# endif
#endif /* STDC_HEADERS */
#include <fcntl.h>
#ifdef HAVE_DIRENT_H
# include <dirent.h>
# define NAMLEN(dirent) strlen((dirent)->d_name)