summaryrefslogtreecommitdiff
path: root/nuttx/configs/kwikstik-k40/src/up_lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/kwikstik-k40/src/up_lcd.c')
-rwxr-xr-xnuttx/configs/kwikstik-k40/src/up_lcd.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/kwikstik-k40/src/up_lcd.c b/nuttx/configs/kwikstik-k40/src/up_lcd.c
index c2f911fc1..b4f499f16 100755
--- a/nuttx/configs/kwikstik-k40/src/up_lcd.c
+++ b/nuttx/configs/kwikstik-k40/src/up_lcd.c
@@ -39,8 +39,17 @@
**************************************************************************************/
#include <nuttx/config.h>
+
+#include <sys/types.h>
+#include <assert.h>
+#include <debug.h>
+
+#include <arch/board/board.h>
+
+#include "up_arch.h"
#include "kwikstik-internal.h"
+
/**************************************************************************************
* Pre-processor Definitions
**************************************************************************************/