mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-10 04:28:23 +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
|