]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
part: header fix
authorMateusz Zalega <m.zalega@samsung.com>
Mon, 28 Apr 2014 19:13:22 +0000 (21:13 +0200)
committerLukasz Majewski <l.majewski@samsung.com>
Mon, 5 May 2014 06:00:28 +0000 (08:00 +0200)
Implementation made use of types defined in common.h, even though it
wasn't #included. It worked in circumstances when .c files included
every needed header (all).

Signed-off-by: Mateusz Zalega <m.zalega@samsung.com>
Cc: Tom Rini <trini@ti.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
include/part.h

index 4beb6db89b104aa2096ef25b02695af7ba2be46f..53532dcd6120a5959ddcc5f133f5f3f0a6466df6 100644 (file)
@@ -8,6 +8,7 @@
 #define _PART_H
 
 #include <ide.h>
+#include <common.h>
 
 typedef struct block_dev_desc {
        int             if_type;        /* type of the interface */