tools: add missing include

struct option is used in one of the static inlines here, so let's
include getopt.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1175>
This commit is contained in:
Peter Hutterer 2025-04-03 09:29:04 +10:00 committed by Marge Bot
parent f123da174e
commit 097e947523

View file

@ -26,6 +26,7 @@
#include <stdbool.h>
#include <limits.h>
#include <getopt.h>
#include <quirks.h>
#include <libinput.h>