summaryrefslogtreecommitdiff
path: root/apps/examples/nx/nx_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nx/nx_events.c')
-rw-r--r--apps/examples/nx/nx_events.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nx/nx_events.c b/apps/examples/nx/nx_events.c
index d1074b419..29fe5fb8a 100644
--- a/apps/examples/nx/nx_events.c
+++ b/apps/examples/nx/nx_events.c
@@ -47,8 +47,8 @@
#include <debug.h>
#include <errno.h>
-#include <nuttx/nx.h>
-#include <nuttx/nxtk.h>
+#include <nuttx/nx/nx.h>
+#include <nuttx/nx/nxtk.h>
#include "nx_internal.h"
/****************************************************************************