diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-01-03 05:50:01 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-01-03 05:50:01 +0000 |
commit | 07555dc73cc8ebbf580e10bdc7e2b5d909aee256 (patch) | |
tree | ba256e21218b2c53ec32d6c238c7aec29a5c9a6f | |
parent | 088daeee156edeb46b2a7a58be2e80c292367263 (diff) | |
download | busybox-w32-07555dc73cc8ebbf580e10bdc7e2b5d909aee256.tar.gz busybox-w32-07555dc73cc8ebbf580e10bdc7e2b5d909aee256.tar.bz2 busybox-w32-07555dc73cc8ebbf580e10bdc7e2b5d909aee256.zip |
perhaps a better fix
git-svn-id: svn://busybox.net/trunk/busybox@9633 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | libbb/loop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/loop.c b/libbb/loop.c index bbfe2acfd..bd837c3b0 100644 --- a/libbb/loop.c +++ b/libbb/loop.c | |||
@@ -19,7 +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 | #if defined (__GLIBC__) && !defined(__UCLIBC__) | ||
22 | #include <asm/posix_types.h> | 23 | #include <asm/posix_types.h> |
24 | #endif | ||
23 | #include <stdio.h> | 25 | #include <stdio.h> |
24 | #include <errno.h> | 26 | #include <errno.h> |
25 | #include <fcntl.h> | 27 | #include <fcntl.h> |