summaryrefslogtreecommitdiffstats
path: root/include/partition.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-30 12:39:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-31 08:32:59 +0200
commitb381e781bffa9c285c36c34a291cf00be4155a14 (patch)
tree10f62fe9bb276629709195c94ebe7eeb205312ff /include/partition.h
parent3ece590c383624f04b23ff12fab077166a869f51 (diff)
downloadbarebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.gz
barebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.xz
treewide include/: Add missing includes
This adds several missing includes to files under include/ which we relied on being included implicitly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/partition.h b/include/partition.h
index 8ad7490d85..32570530eb 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -1,7 +1,7 @@
#ifndef __PARTITION_H
#define __PARTITION_H
-struct device_d;
+#include <driver.h>
struct partition {
int num;
@@ -18,4 +18,3 @@ struct partition {
};
#endif /* __PARTITION_H */
-