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 4870871..f16be70 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__) && \ |