From ab0f23c4b17dfb4f7aa37cdc0e504c2512112fc0 Mon Sep 17 00:00:00 2001 From: James Buren Date: Thu, 10 Jun 2021 04:04:53 +0000 Subject: sendfirm: fix some minor issues This patches some compile warnings and also makes it work correctly with modern mingw64. Change-Id: I8cd292bc989ae04bbaa1d7149d58d6d833a51c0a --- utils/MTP/sendfirm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/MTP/sendfirm.c') diff --git a/utils/MTP/sendfirm.c b/utils/MTP/sendfirm.c index 5fe970797e..f06f183e02 100644 --- a/utils/MTP/sendfirm.c +++ b/utils/MTP/sendfirm.c @@ -26,6 +26,7 @@ #define _LARGEFILE_SOURCE #define _LARGEFILE64_SOURCE +#include #include #include #include -- cgit