[PATCH 3/3] scripts: common: drop unused mman.h include
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Apr 11 02:38:44 PDT 2023
<sys/mman.h> is for mmap use of which there is none in scripts/common.c.
Drop it. This has the additional benefit that the file is now compilable
with x86_64-w64-mingw32-gcc.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
scripts/common.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/common.c b/scripts/common.c
index e2c53c5aef71..88173bc9772a 100644
--- a/scripts/common.c
+++ b/scripts/common.c
@@ -9,7 +9,6 @@
#include <string.h>
#include <errno.h>
#include <stdarg.h>
-#include <sys/mman.h>
#include "common.h"
--
2.39.2
More information about the barebox
mailing list