diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-05 11:58:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-05 11:58:20 +0000 |
commit | f8ee440c9ed0dd10efd24d0aa32a65de0c7c19db (patch) | |
tree | ea448e6befbfb21e6e1c594f7a9f1a3b25c41a57 /uisimulator | |
parent | b6bf9b768d188b9db64d0ae4e4514661c41d19c4 (diff) |
include the original kernel.h from the new location
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3210 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/x11/kernel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uisimulator/x11/kernel.h b/uisimulator/x11/kernel.h index 0a3c261179..2facf239ac 100644 --- a/uisimulator/x11/kernel.h +++ b/uisimulator/x11/kernel.h @@ -17,9 +17,8 @@ * ****************************************************************************/ -#include "../../firmware/kernel.h" +#include "../../firmware/include/kernel.h" #define sleep(x) x11_sleep(x) void x11_sleep(int); - |