diff options
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 |
commit | 843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1 (patch) | |
tree | 48a0fedc60356165adbeb04570bc31f25e0affcc /include | |
parent | 69d728be18f6780421c71390ab15e3ae9374e3b2 (diff) |
reorder include <sys/types.h> and <sys/types.h>.
Diffstat (limited to 'include')
-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 @@ #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__) && \ |