mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 15:30:11 +01:00
Fix build on FreeBSD after input-hotplug.
(cherry picked from commit 4e6e4baead)
This commit is contained in:
parent
0dee48b8af
commit
6ff7f2ad6a
1 changed files with 5 additions and 0 deletions
|
|
@ -27,10 +27,15 @@
|
|||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
|
||||
#include <sys/kbio.h>
|
||||
#endif
|
||||
|
||||
#include <termios.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "xf86_OSlib.h"
|
||||
|
||||
#ifdef WSCONS_SUPPORT
|
||||
#define KBD_FD(i) ((i).kbdFd != -1 ? (i).kbdFd : (i).consoleFd)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue