mirror of
https://github.com/X11Libre/xf86-input-keyboard.git
synced 2026-03-24 01:14:04 +00:00
sun_kbd.c: #include <sys/kbio.h> directly
It's needed for the definitions of the KIO* ioctls used in this file, but is currently being indirectly included via xf86_OSlib.h. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
#include <sys/stropts.h>
|
||||
#include <sys/vuid_event.h>
|
||||
#include <sys/kbd.h>
|
||||
#include <sys/kbio.h>
|
||||
#include <sys/note.h> /* needed before including older versions of hid.h */
|
||||
#include <sys/usb/clients/hid/hid.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user