diff options
Diffstat (limited to 'include/libbb.h')
| -rw-r--r-- | include/libbb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index cbc1436fc..2937b4863 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -35,6 +35,10 @@ | |||
| 35 | 35 | ||
| 36 | #include <features.h> | 36 | #include <features.h> |
| 37 | 37 | ||
| 38 | #ifndef _BB_INTERNAL_H_ | ||
| 39 | #include "../busybox.h" | ||
| 40 | #endif | ||
| 41 | |||
| 38 | #if __GNU_LIBRARY__ < 5 | 42 | #if __GNU_LIBRARY__ < 5 |
| 39 | /* libc5 doesn't define socklen_t */ | 43 | /* libc5 doesn't define socklen_t */ |
| 40 | typedef unsigned int socklen_t; | 44 | typedef unsigned int socklen_t; |
