mirror of
https://github.com/openharmony/third_party_libevdev.git
synced 2026-07-24 14:55:57 -04:00
bae70063ae
Signed-off-by: houchengyu2022 <houchengyu@huawei.com>
6 lines
94 B
C
6 lines
94 B
C
#ifdef __linux__
|
|
#include "linux/input.h"
|
|
#elif __FreeBSD__
|
|
#include "freebsd/input.h"
|
|
#endif
|