diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 15:08:35 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 15:08:35 +1000 |
commit | 62da44f0644f5d1cc7fa3b6b967482b5d2f15aa2 (patch) | |
tree | b08bc041e8d15a630a3fad05e8f5c85145b6fc31 /openbsd-compat/bsd-closefrom.c | |
parent | ad5ecbf07227a5c7e1423adf7c68c6cfb05bbd1e (diff) |
- (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]
[openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c]
[openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c]
[openbsd-compat/port-aix.c openbsd-compat/port-irix.c]
[openbsd-compat/rresvport.c]
These look to need string.h and/or unistd.h (based on a grep for function
names)
Diffstat (limited to 'openbsd-compat/bsd-closefrom.c')
-rw-r--r-- | openbsd-compat/bsd-closefrom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-closefrom.c b/openbsd-compat/bsd-closefrom.c index 7509d2835..3f17302d1 100644 --- a/openbsd-compat/bsd-closefrom.c +++ b/openbsd-compat/bsd-closefrom.c | |||
@@ -25,6 +25,8 @@ | |||
25 | #include <limits.h> | 25 | #include <limits.h> |
26 | #include <stdlib.h> | 26 | #include <stdlib.h> |
27 | #include <stddef.h> | 27 | #include <stddef.h> |
28 | #include <string.h> | ||
29 | #include <unistd.h> | ||
28 | #ifdef HAVE_DIRENT_H | 30 | #ifdef HAVE_DIRENT_H |
29 | # include <dirent.h> | 31 | # include <dirent.h> |
30 | # define NAMLEN(dirent) strlen((dirent)->d_name) | 32 | # define NAMLEN(dirent) strlen((dirent)->d_name) |