diff options
-rw-r--r-- | libbb/loop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/loop.c b/libbb/loop.c index bd837c3b0..8c3ad2ce0 100644 --- a/libbb/loop.c +++ b/libbb/loop.c | |||
@@ -19,8 +19,9 @@ | |||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include <features.h> | ||
22 | #if defined (__GLIBC__) && !defined(__UCLIBC__) | 23 | #if defined (__GLIBC__) && !defined(__UCLIBC__) |
23 | #include <asm/posix_types.h> | 24 | #include <linux/posix_types.h> |
24 | #endif | 25 | #endif |
25 | #include <stdio.h> | 26 | #include <stdio.h> |
26 | #include <errno.h> | 27 | #include <errno.h> |