From a7b1f260574d9c534009ce616ce3d5fe4c39f7c4 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 16 Oct 2023 16:53:35 -0700 Subject: [PATCH] misc/omfdump: #include Add missing include. Signed-off-by: H. Peter Anvin --- misc/omfdump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/omfdump.c b/misc/omfdump.c index b27e7c90..8afdcd95 100644 --- a/misc/omfdump.c +++ b/misc/omfdump.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include