From db33f32842973245f0adcae2fb7fd23ec4325630 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 11 Apr 2016 10:50:12 +0200 Subject: include: move crc specific stuff to crc.h We have a crc.h, so move our crc function prototypes there to further cleanup common.h. Signed-off-by: Sascha Hauer --- fs/uimagefs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/uimagefs.c') diff --git a/fs/uimagefs.c b/fs/uimagefs.c index 3fdc5bd2be..c2e34a7f32 100644 --- a/fs/uimagefs.c +++ b/fs/uimagefs.c @@ -17,6 +17,7 @@ #include #include #include +#include #include static bool uimagefs_is_data_file(struct uimagefs_handle_data *d) -- cgit v1.2.3