diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-29 07:55:51 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-29 07:55:51 +0000 |
commit | 84e422771bbfee8a4fcf41e64d37490454060eca (patch) | |
tree | 48a0fedc60356165adbeb04570bc31f25e0affcc | |
parent | eed73e408f13d41cfdb45b26e81960662ab1e1e7 (diff) | |
download | busybox-w32-84e422771bbfee8a4fcf41e64d37490454060eca.tar.gz busybox-w32-84e422771bbfee8a4fcf41e64d37490454060eca.tar.bz2 busybox-w32-84e422771bbfee8a4fcf41e64d37490454060eca.zip |
reorder include <sys/types.h> and <sys/types.h>.
git-svn-id: svn://busybox.net/trunk/busybox@11686 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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__) && \ |