aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-29 07:55:51 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-29 07:55:51 +0000
commit843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1 (patch)
tree48a0fedc60356165adbeb04570bc31f25e0affcc /include/busybox.h
parent69d728be18f6780421c71390ab15e3ae9374e3b2 (diff)
downloadbusybox-843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1.tar.gz
reorder include <sys/types.h> and <sys/types.h>.
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__) && \