mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 23:50:45 +01:00
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:
parent
f123da174e
commit
097e947523
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <limits.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include <quirks.h>
|
||||
#include <libinput.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue