summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/compal_e99
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 /nuttx/configs/compal_e99
parent9659fbf283b989302489020a9af23e31c7ba98b9 (diff)
Move include/nuttx/fb.h to include/nuttx/video/fb.h
Diffstat (limited to 'nuttx/configs/compal_e99')
-rw-r--r--nuttx/configs/compal_e99/src/ssd1783.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/compal_e99/src/ssd1783.c b/nuttx/configs/compal_e99/src/ssd1783.c
index 41bbe11f54..f5029caa1c 100644
--- a/nuttx/configs/compal_e99/src/ssd1783.c
+++ b/nuttx/configs/compal_e99/src/ssd1783.c
@@ -41,7 +41,7 @@
************************************************************************************/
#include <nuttx/config.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <sys/types.h>
#include <assert.h>