aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h2
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 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/stat.h>
#if __GNU_LIBRARY__ < 5 && \
!defined(__dietlibc__) && \