summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-12-18 12:23:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-18 16:44:58 +0100
commit03713dbc4b5373f3de138e708d6835f38a1adcfc (patch)
tree5cc618891f35e794cb69f83745c01dad2d45b907
parent5f1b5ae8b85b97e4f472497086df70916bc4c0f8 (diff)
downloadbarebox-03713dbc4b5373f3de138e708d6835f38a1adcfc.tar.gz
barebox-03713dbc4b5373f3de138e708d6835f38a1adcfc.tar.xz
pcm037: Add missing include
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--board/pcm037/pcm037.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/pcm037/pcm037.c b/board/pcm037/pcm037.c
index 8a15da47f7..aee40c6c2b 100644
--- a/board/pcm037/pcm037.c
+++ b/board/pcm037/pcm037.c
@@ -25,6 +25,7 @@
#include <common.h>
#include <init.h>
#include <driver.h>
+#include <fs.h>
#include <environment.h>
#include <usb/isp1504.h>
#include <mach/imx-regs.h>