aboutsummaryrefslogtreecommitdiff
path: root/libbb/loop.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-01-03 05:50:01 +0000
committerEric Andersen <andersen@codepoet.org>2005-01-03 05:50:01 +0000
commit1271dbb860e03c394671d7702941193049be518e (patch)
treeba256e21218b2c53ec32d6c238c7aec29a5c9a6f /libbb/loop.c
parent63654c1b089b8abe9a52d21fd1b53b1631539e13 (diff)
downloadbusybox-1271dbb860e03c394671d7702941193049be518e.tar.gz
perhaps a better fix
Diffstat (limited to 'libbb/loop.c')
-rw-r--r--libbb/loop.c2
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 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#if defined (__GLIBC__) && !defined(__UCLIBC__)
#include <asm/posix_types.h>
+#endif
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>