summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_server.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
commitd9a577eb094802c9bc941923f9baa1a237bb6e13 (patch)
tree67731e019254888cae5b364761cd553055073bb3 /apps/examples/nxtext/nxtext_server.c
parent9659fbf283b989302489020a9af23e31c7ba98b9 (diff)
downloadnuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.gz
nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.bz2
nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.zip
Move include/nuttx/fb.h to include/nuttx/video/fb.h
Diffstat (limited to 'apps/examples/nxtext/nxtext_server.c')
-rw-r--r--apps/examples/nxtext/nxtext_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxtext/nxtext_server.c b/apps/examples/nxtext/nxtext_server.c
index a464628e1..119c1a412 100644
--- a/apps/examples/nxtext/nxtext_server.c
+++ b/apps/examples/nxtext/nxtext_server.c
@@ -52,7 +52,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include "nxtext_internal.h"