mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-10 02:08:20 +02:00
use FreeBSD's input.h for NetBSD and OpenBSD as well
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1490>
This commit is contained in:
parent
76f0d8a7f5
commit
3cfc22b8ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifdef __linux__
|
||||
#include "linux/input.h"
|
||||
#elif __FreeBSD__
|
||||
#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include "freebsd/input.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue