Search
lxdream.org :: lxdream/src/bootstrap.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.c
changeset 25:fa2d21d57942
prev10:c898b37506e0
next26:ad258e3daaa5
author nkeynes
date Sat Dec 24 03:33:08 2005 +0000 (17 years ago)
permissions -rw-r--r--
last change Fixup include paths + typo for structure changes
file annotate diff log raw
1.1 --- a/src/bootstrap.c Sun Dec 11 05:15:36 2005 +0000
1.2 +++ b/src/bootstrap.c Sat Dec 24 03:33:08 2005 +0000
1.3 @@ -9,7 +9,7 @@
1.4 #include <sys/stat.h>
1.5 #include <sys/mman.h>
1.6 #include "ipbin.h"
1.7 -#include "gui.h"
1.8 +#include "gui/gui.h"
1.9
1.10 static char *dc_peripherals[] = { "Uses WinCE", "Unknown (0x0000002)",
1.11 "Unknown (0x0000004)", "Unknown (0x0000008)",
.