Commit 6b423b752b24bf69962821754314418621fc71cc

Authored by Mateusz Zalega
Committed by Lukasz Majewski
1 parent 07a2d42cd4

part: header fix

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -8,6 +8,7 @@
8 8 #define _PART_H
9 9  
10 10 #include <ide.h>
  11 +#include <common.h>
11 12  
12 13 typedef struct block_dev_desc {
13 14 int if_type; /* type of the interface */