summaryrefslogtreecommitdiffstats
path: root/include/partition.h
diff options
context:
space:
mode:
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 */
-