From: "Vladimir N. Oleynik" Date: Tue, 20 Sep 2005 10:02:36 +0000 (-0000) Subject: This is strange typically modern mistake. Learn please: stat(2) used sys/types.h... X-Git-Tag: 1_1_0~699 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7fe6520e75ca0a0765e3efc9b6468a39bcdc7d48;p=oweals%2Fbusybox.git This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse --- diff --git a/include/libbb.h b/include/libbb.h index e767948d7..760019d82 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -27,8 +27,8 @@ #include #include #include -#include #include +#include #include #include