diff options
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h index 4870871f2..f16be706d 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -29,8 +29,8 @@ | |||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include <stdarg.h> | 31 | #include <stdarg.h> |
32 | #include <sys/stat.h> | ||
33 | #include <sys/types.h> | 32 | #include <sys/types.h> |
33 | #include <sys/stat.h> | ||
34 | 34 | ||
35 | #if __GNU_LIBRARY__ < 5 && \ | 35 | #if __GNU_LIBRARY__ < 5 && \ |
36 | !defined(__dietlibc__) && \ | 36 | !defined(__dietlibc__) && \ |