
6 Jan
2012
6 Jan
'12
4:54 a.m.
Tidy this up as the list is long and likely to get longer.
Signed-off-by: Simon Glass sjg@chromium.org --- arch/sandbox/cpu/os.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index 6d55b5c..700c1a7 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -19,16 +19,16 @@ * MA 02111-1307 USA */
+#include <errno.h> #include <fcntl.h> +#include <linux/types.h> #include <stdlib.h> #include <termios.h> -#include <unistd.h> #include <time.h> -#include <errno.h> -#include <sys/types.h> -#include <sys/stat.h> +#include <unistd.h> #include <sys/mman.h> -#include <linux/types.h> +#include <sys/stat.h> +#include <sys/types.h>
#include <os.h>
--
1.7.3.1