Fix QDeviceDiscoveryUDev on FreeBSD
Include input.h from the right path. Change-Id: I016027ab5d6372a8584e04043444a355e7e2d539 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>bb10
parent
7c7bd44669
commit
08b9e66347
|
|
@ -46,7 +46,11 @@
|
|||
#include <QSocketNotifier>
|
||||
#include <QLoggingCategory>
|
||||
|
||||
#ifdef Q_OS_FREEBSD
|
||||
#include <dev/evdev/input.h>
|
||||
#else
|
||||
#include <linux/input.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue