diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-07 14:58:57 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-07 14:58:57 +0100 |
commit | dd807c16f99b4ead544289b83c88cc2488542f72 (patch) | |
tree | 0df40d5335bd583c7d00720cfbb0d14b64a32cd5 /include/libbb.h | |
parent | 5a746dcec5c1e09c3cff0326c3b205d2427861f0 (diff) |
incorporate header fixes proposed in bug 3097
Not sure these are *really* needed, but I suppose they don't hurt
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ #include <sys/stat.h> #include <sys/time.h> #include <sys/types.h> +#ifndef major +# include <sys/sysmacros.h> +#endif #include <sys/wait.h> #include <termios.h> #include <time.h> |