diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6358e654a..dd82e9754 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -33,6 +33,9 @@ | |||
33 | #include <sys/stat.h> | 33 | #include <sys/stat.h> |
34 | #include <sys/time.h> | 34 | #include <sys/time.h> |
35 | #include <sys/types.h> | 35 | #include <sys/types.h> |
36 | #ifndef major | ||
37 | # include <sys/sysmacros.h> | ||
38 | #endif | ||
36 | #include <sys/wait.h> | 39 | #include <sys/wait.h> |
37 | #include <termios.h> | 40 | #include <termios.h> |
38 | #include <time.h> | 41 | #include <time.h> |