summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/nxconfig.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:29:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:29:20 -0600
commit9a624926254d50891f34399e245038c467233367 (patch)
treebf86d2ae38ebb194be3b832fa25a10020d3089ad /NxWidgets/libnxwidgets/include/nxconfig.hxx
parentd9a577eb094802c9bc941923f9baa1a237bb6e13 (diff)
downloadnuttx-9a624926254d50891f34399e245038c467233367.tar.gz
nuttx-9a624926254d50891f34399e245038c467233367.tar.bz2
nuttx-9a624926254d50891f34399e245038c467233367.zip
Move rgbcolors.h to include/nuttx/video
Diffstat (limited to 'NxWidgets/libnxwidgets/include/nxconfig.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/nxconfig.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/include/nxconfig.hxx b/NxWidgets/libnxwidgets/include/nxconfig.hxx
index cd51229c2..1336ad5e7 100644
--- a/NxWidgets/libnxwidgets/include/nxconfig.hxx
+++ b/NxWidgets/libnxwidgets/include/nxconfig.hxx
@@ -45,7 +45,7 @@
#include <stdint.h>
#include <stdbool.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include <nuttx/nx/nxfonts.h>
/****************************************************************************