perhaps a better fix
authorEric Andersen <andersen@codepoet.org>
Mon, 3 Jan 2005 05:50:01 +0000 (05:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 3 Jan 2005 05:50:01 +0000 (05:50 -0000)
libbb/loop.c

index bbfe2acfda050304243bee0c28b00ff92dab4ecd..bd837c3b033805ef8184011a59ddd9029f21c175 100644 (file)
@@ -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>