From: Mateusz Zalega Date: Mon, 28 Apr 2014 19:13:22 +0000 (+0200) Subject: part: header fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6b423b752b24bf69962821754314418621fc71cc;p=project%2Fbcm63xx%2Fu-boot.git 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 Cc: Tom Rini Cc: Minkyu Kang --- diff --git a/include/part.h b/include/part.h index 4beb6db89b..53532dcd61 100644 --- a/include/part.h +++ b/include/part.h @@ -8,6 +8,7 @@ #define _PART_H #include +#include typedef struct block_dev_desc { int if_type; /* type of the interface */