blob: c4815fac54285ae5775386c21a5232c98aa3c9c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ah,v 1.3 2009/08/29 19:26:01 wiz Exp $
--- WinQuake/gl_vidlinuxglx.c Tue Dec 21 18:39:36 1999
+++ WinQuake/gl_vidlinuxglx.c Thu Jan 13 22:29:03 2000
@@ -20,7 +20,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>
|