diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-07 09:45:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-07 09:45:39 +0000 |
commit | e35bbe3e2d2c1d62aa229efa13d42e190ab49b76 (patch) | |
tree | ad8dc9cf7aa4cf3fe76afeb78ce4f41242d9bcfd | |
parent | fa5a32e255b40b65499882b4478b6323dbb65376 (diff) |
updated path to kernel.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3216 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | uisimulator/win32/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/kernel.h b/uisimulator/win32/kernel.h index fc01da5d9e..7cbdd1889e 100644 --- a/uisimulator/win32/kernel.h +++ b/uisimulator/win32/kernel.h @@ -17,4 +17,4 @@ * ****************************************************************************/ -#include "../../firmware/include/kernel.h" +#include "../../firmware/export/kernel.h" |