projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63654c1
)
perhaps a better fix
author
Eric Andersen
<andersen@codepoet.org>
Mon, 3 Jan 2005 05:50:01 +0000
(
05:50
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 3 Jan 2005 05:50:01 +0000
(
05:50
-0000)
libbb/loop.c
patch
|
blob
|
history
diff --git
a/libbb/loop.c
b/libbb/loop.c
index bbfe2acfda050304243bee0c28b00ff92dab4ecd..bd837c3b033805ef8184011a59ddd9029f21c175 100644
(file)
--- 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>