summaryrefslogtreecommitdiff
path: root/uisimulator/x11/kernel.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-07 09:42:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-07 09:42:57 +0000
commitae262338179fb33c1f064ce27162297c2ced3b64 (patch)
tree8d6f20c5d33c6037cd9219ce2e333b13d8e56461 /uisimulator/x11/kernel.h
parentf9b44900669c8af2b7a101d201c43beec2bc89dd (diff)
downloadrockbox-ae262338179fb33c1f064ce27162297c2ced3b64.tar.gz
rockbox-ae262338179fb33c1f064ce27162297c2ced3b64.zip
build and work with the new include path(s)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3214 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/kernel.h')
-rw-r--r--uisimulator/x11/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/kernel.h b/uisimulator/x11/kernel.h
index 2facf239ac..397a1562a1 100644
--- a/uisimulator/x11/kernel.h
+++ b/uisimulator/x11/kernel.h
@@ -17,7 +17,7 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include "../../firmware/include/kernel.h" 20#include "../../firmware/export/kernel.h"
21 21
22#define sleep(x) x11_sleep(x) 22#define sleep(x) x11_sleep(x)
23 23