summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3-xplained/src/sam_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d3-xplained/src/sam_boot.c')
-rw-r--r--nuttx/configs/sama5d3-xplained/src/sam_boot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d3-xplained/src/sam_boot.c b/nuttx/configs/sama5d3-xplained/src/sam_boot.c
index 34d0a1593..be66c51b8 100644
--- a/nuttx/configs/sama5d3-xplained/src/sam_boot.c
+++ b/nuttx/configs/sama5d3-xplained/src/sam_boot.c
@@ -1,7 +1,7 @@
/************************************************************************************
* configs/sama5d3-xplained/src/sam_boot.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -41,6 +41,8 @@
#include <debug.h>
+#include <nuttx/board.h>
+
#include "sam_sckc.h"
#include "sama5d3-xplained.h"