From 9d73c4cc66f9191dfe4a65b4b51f4d7f43f012aa Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Apr 2016 20:30:24 +0100 Subject: [PATCH] common.h: Add missing include of Otherwise we get an implicit declaration warning about mtdev_empty. Signed-off-by: Ian Jackson --- include/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common.h b/include/common.h index 1021067..44537f8 100644 --- a/include/common.h +++ b/include/common.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include -- 2.30.2