From d9a577eb094802c9bc941923f9baa1a237bb6e13 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Dec 2013 09:23:54 -0600 Subject: Move include/nuttx/fb.h to include/nuttx/video/fb.h --- apps/examples/nxconsole/nxcon_main.c | 2 +- apps/examples/nxconsole/nxcon_server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/nxconsole') diff --git a/apps/examples/nxconsole/nxcon_main.c b/apps/examples/nxconsole/nxcon_main.c index 41d8efd19..02546750e 100644 --- a/apps/examples/nxconsole/nxcon_main.c +++ b/apps/examples/nxconsole/nxcon_main.c @@ -54,7 +54,7 @@ #ifdef CONFIG_NX_LCDDRIVER # include #else -# include +# include #endif #include diff --git a/apps/examples/nxconsole/nxcon_server.c b/apps/examples/nxconsole/nxcon_server.c index ccd000ec0..e42271c1f 100644 --- a/apps/examples/nxconsole/nxcon_server.c +++ b/apps/examples/nxconsole/nxcon_server.c @@ -52,7 +52,7 @@ #ifdef CONFIG_NX_LCDDRIVER # include #else -# include +# include #endif #include "nxcon_internal.h" -- cgit v1.2.3