commit | 7fe6520e75ca0a0765e3efc9b6468a39bcdc7d48 | [log] [tgz] |
---|---|---|
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Tue Sep 20 10:02:36 2005 +0000 |
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Tue Sep 20 10:02:36 2005 +0000 |
tree | 2bb5c78bd9c765ae72303aa113ae08e4313cd53f | |
parent | 6d5aa4539a3e4c52dfe157f70d3c45e64b28033a [diff] [blame] |
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 e767948..760019d 100644 --- a/include/libbb.h +++ b/include/libbb.h
@@ -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>