mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-13 14:08:33 +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
|