summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2010-02-02 10:52:33 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2010-02-02 10:52:33 +0100
commit8782ae23ec1964808770bd7b50a9ac0585fa7bc6 (patch)
tree107bbe77e1857beaf2c66c790b32eb79c09692dc
parent6c7069aecac8dba77aeb10f592e02221eee058f9 (diff)
BAT: add i2c.h include
-rw-r--r--board-BAT.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board-BAT.c b/board-BAT.c
index 8e40940..d50748c 100644
--- a/board-BAT.c
+++ b/board-BAT.c
@@ -7,6 +7,7 @@
#include "types.h"
#include "emu.h"
#include "platform.h"
+#include "i2c.h"
#include "board.h"