commit | 843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1 | [log] [tgz] |
---|---|---|
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Thu Sep 29 07:55:51 2005 +0000 |
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Thu Sep 29 07:55:51 2005 +0000 |
tree | 48a0fedc60356165adbeb04570bc31f25e0affcc | |
parent | 69d728be18f6780421c71390ab15e3ae9374e3b2 [diff] [blame] |
reorder include <sys/types.h> and <sys/types.h>.
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__) && \