From 3797b5e1e8dfefef87ef63b9d5ce73013ec45002 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 21 Apr 2017 11:37:14 +0100 Subject: [PATCH] makejv3: fix warning --- Kernel/tools/makejv3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/tools/makejv3.c b/Kernel/tools/makejv3.c index 7081c9de..f1569ffa 100644 --- a/Kernel/tools/makejv3.c +++ b/Kernel/tools/makejv3.c @@ -3,6 +3,7 @@ #include #include #include +#include /* JV3 consists of a bunch of byte packed misaligned fields in an array, -- 2.34.1