diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 89a1695fa..678c56109 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <stddef.h> | 27 | #include <stddef.h> |
28 | #include <string.h> | 28 | #include <string.h> |
29 | /* #include <strings.h> - said to be obsolete */ | 29 | /* #include <strings.h> - said to be obsolete */ |
30 | #include <sys/poll.h> | ||
30 | #include <sys/ioctl.h> | 31 | #include <sys/ioctl.h> |
31 | #include <sys/mman.h> | 32 | #include <sys/mman.h> |
32 | #include <sys/socket.h> | 33 | #include <sys/socket.h> |