fix printf warning
[oweals/busybox.git] / libbb / loop.c
index bbfe2acfda050304243bee0c28b00ff92dab4ecd..8c3ad2ce03c390f9317fe4d62d8d05236094d0b4 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-#include <asm/posix_types.h>
+#include <features.h>
+#if defined (__GLIBC__) && !defined(__UCLIBC__)
+#include <linux/posix_types.h>
+#endif
 #include <stdio.h>
 #include <errno.h>
 #include <fcntl.h>