xserver: Branch 'randr-1.2'

Eric Anholt anholt at kemper.freedesktop.org
Thu Nov 16 01:36:51 EET 2006


 hw/xfree86/os-support/bsd/bsd_bell.c |    5 +++++
 1 files changed, 5 insertions(+)

New commits:
diff-tree 6ff7f2ad6a5e2e769244590578e6809974b5235d (from 0dee48b8af3e054228aef0d15c1cb1c9e23790cc)
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Nov 7 13:13:53 2006 -0800

    Fix build on FreeBSD after input-hotplug.
    (cherry picked from commit 4e6e4baead6c565363abbcd9e06cc685be121596)

diff --git a/hw/xfree86/os-support/bsd/bsd_bell.c b/hw/xfree86/os-support/bsd/bsd_bell.c
index 60c2ffc..b7a0c48 100644
--- a/hw/xfree86/os-support/bsd/bsd_bell.c
+++ b/hw/xfree86/os-support/bsd/bsd_bell.c
@@ -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)



More information about the xorg-commit mailing list