summaryrefslogtreecommitdiff
path: root/uisimulator/x11/kernel.h
diff options
context:
space:
mode:
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