"allocate.h" need to include "compat.h" for the definition of CHUNK Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- allocate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allocate.h b/allocate.h index 64bb6dd64..6a57ed26c 100644 --- a/allocate.h +++ b/allocate.h @@ -1,6 +1,8 @@ #ifndef ALLOCATE_H #define ALLOCATE_H +#include "compat.h" + struct allocation_blob { struct allocation_blob *next; unsigned int left, offset; -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html