summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg/src/ez80_leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ez80f910200kitg/src/ez80_leds.c')
-rw-r--r--nuttx/configs/ez80f910200kitg/src/ez80_leds.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/ez80f910200kitg/src/ez80_leds.c b/nuttx/configs/ez80f910200kitg/src/ez80_leds.c
index a162d57cb..739a63a59 100644
--- a/nuttx/configs/ez80f910200kitg/src/ez80_leds.c
+++ b/nuttx/configs/ez80f910200kitg/src/ez80_leds.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ez80f910200kitg/src/ez80_leds.c
*
- * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,9 @@
#include <nuttx/config.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
+
#include "up_internal.h"
/****************************************************************************