summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/kernel.h3
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 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include "../../firmware/kernel.h" 20#include "../../firmware/include/kernel.h"
21 21
22#define sleep(x) x11_sleep(x) 22#define sleep(x) x11_sleep(x)
23 23
24void x11_sleep(int); 24void x11_sleep(int);
25