summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxtk/nxtk_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxtk/nxtk_events.c')
-rw-r--r--nuttx/graphics/nxtk/nxtk_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxtk/nxtk_events.c b/nuttx/graphics/nxtk/nxtk_events.c
index cbcbabe4b..e778b2736 100644
--- a/nuttx/graphics/nxtk/nxtk_events.c
+++ b/nuttx/graphics/nxtk/nxtk_events.c
@@ -47,7 +47,7 @@
#include <errno.h>
#include <assert.h>
-#include <nuttx/nx.h>
+#include <nuttx/nx/nx.h>
#include "nxtk_internal.h"
/****************************************************************************