This is strange typically modern mistake. Learn please: stat(2) used sys/types.h...
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Tue, 20 Sep 2005 10:02:36 +0000 (10:02 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Tue, 20 Sep 2005 10:02:36 +0000 (10:02 -0000)
include/libbb.h

index e767948..760019d 100644 (file)
@@ -27,8 +27,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <termios.h>
 #include <stdint.h>