From 07f88759636b6fae0c13876ac57f315da5cf4d3b Mon Sep 17 00:00:00 2001 From: nvt-se Date: Tue, 27 May 2008 14:05:09 +0000 Subject: [PATCH] added missing header --- platform/msb430/dev/sd/sd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/msb430/dev/sd/sd.c b/platform/msb430/dev/sd/sd.c index 5e1034b30..d26dcd568 100644 --- a/platform/msb430/dev/sd/sd.c +++ b/platform/msb430/dev/sd/sd.c @@ -47,15 +47,16 @@ Berlin, 2007 * @brief MMC-/SD-Card library * * @author Michael Baar - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * - * $Id: sd.c,v 1.4 2008/05/27 14:04:15 nvt-se Exp $ + * $Id: sd.c,v 1.5 2008/05/27 14:05:09 nvt-se Exp $ * * Initialisation and basic functions for read and write access */ #include "sd_internals.h" #include "sd.h" +#include "sdspi.h" volatile sd_state_t sd_state;