mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-09 22:38:22 +02:00
5 lines
150 B
C
5 lines
150 B
C
#ifdef __linux__
|
|
#include "linux/input.h"
|
|
#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#include "freebsd/input.h"
|
|
#endif
|