
10 Jan
2012
10 Jan
'12
7:07 p.m.
On Monday 09 January 2012 17:25:15 Simon Glass wrote:
--- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c
+#include <errno.h> #include <fcntl.h> +#include <os.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 <sys/stat.h> +#include <sys/types.h> #include <linux/types.h>
-#include <os.h>
this is a u-boot header, so it should be last :)
the rest look good now -mike