diff options
Diffstat (limited to 'libbb/makedev.c')
-rw-r--r-- | libbb/makedev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/makedev.c b/libbb/makedev.c index 09ed728..4903e47 100644 --- a/libbb/makedev.c +++ b/libbb/makedev.c @@ -7,6 +7,7 @@ */ /* We do not include libbb.h - #define makedev() is there! */ +#include <features.h> #include <sys/sysmacros.h> #ifdef __GLIBC__ |