1 2 3 4 5
#ifdef __linux__ #include "linux/input.h" #elif __FreeBSD__ #include "freebsd/input.h" #endif