
11 Jan
2012
11 Jan
'12
12:52 a.m.
Hi Mike,
On Tue, Jan 10, 2012 at 10:07 AM, Mike Frysinger vapier@gentoo.org wrote:
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 :)
Oh dear, I thought they were all U-Boot headers, but I think I see what you mean.
v3 coming...
Regards, Simon
the rest look good now -mike