From 5d10387df5f0416a41eba32a0054f8514cf72d8d Mon Sep 17 00:00:00 2001 From: aleph Date: Wed, 18 May 2011 16:37:04 +0000 Subject: [PATCH] sam3x-ek sdram initialization: add needed includes git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4913 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/sam3x-ek/hw/hw_sdram.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/sam3x-ek/hw/hw_sdram.h b/boards/sam3x-ek/hw/hw_sdram.h index c1c5a9d9..3243c8e7 100644 --- a/boards/sam3x-ek/hw/hw_sdram.h +++ b/boards/sam3x-ek/hw/hw_sdram.h @@ -69,7 +69,9 @@ #define HW_SAM3X_SDRAM_H #include "cfg/macros.h" +#include #include +#include /* * SDRAM properties -- 2.25.1