summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nx_lower.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxmu/nx_lower.c')
-rw-r--r--nuttx/graphics/nxmu/nx_lower.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/graphics/nxmu/nx_lower.c b/nuttx/graphics/nxmu/nx_lower.c
index 4b4a61d1c..6ff57c782 100644
--- a/nuttx/graphics/nxmu/nx_lower.c
+++ b/nuttx/graphics/nxmu/nx_lower.c
@@ -1,7 +1,7 @@
/****************************************************************************
* graphics/nxmu/nx_lower.c
*
- * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/nx.h>
+#include <nuttx/nx/nx.h>
#include "nxfe.h"
/****************************************************************************