summaryrefslogtreecommitdiff
path: root/package/xorg-server/patches/patch-hw_xfree86_os-support_xf86_OSlib_h
blob: 2fa3bed6045141293e0bb8fae9117fc1d90e4da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- xorg-server-1.15.0.orig/hw/xfree86/os-support/xf86_OSlib.h	2013-12-15 08:48:09.000000000 +0100
+++ xorg-server-1.15.0/hw/xfree86/os-support/xf86_OSlib.h	2014-03-14 22:59:25.000000000 +0100
@@ -177,12 +177,8 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <assert.h>
-
-#ifdef __linux__
-#include <termio.h>
-#else                           /* __GLIBC__ */
 #include <termios.h>
-#endif
+
 #ifdef __sparc__
 #include <sys/param.h>
 #endif