aboutsummaryrefslogtreecommitdiff
path: root/games/tremor/files/patch-src__vid_glx.c
blob: 53d4e358b7bdd09af3d5937cd06e2647763215e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./src/vid_glx.c.orig	Thu Nov 10 07:03:04 2005
+++ ./src/vid_glx.c	Tue May 16 14:59:52 2006
@@ -22,7 +22,9 @@
 #include <termios.h>
 #include <sys/ioctl.h>
 #include <sys/stat.h>
+#ifdef __linux__
 #include <sys/vt.h>
+#endif
 #include <stdarg.h>
 #include <stdio.h>
 #include <signal.h>