From 097e947523851deeea244d4a4b48da0e36236756 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 3 Apr 2025 09:29:04 +1000 Subject: [PATCH] tools: add missing include struct option is used in one of the static inlines here, so let's include getopt. Part-of: --- tools/shared.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/shared.h b/tools/shared.h index 97d5abab..dd50fb4e 100644 --- a/tools/shared.h +++ b/tools/shared.h @@ -26,6 +26,7 @@ #include #include +#include #include #include