2013-09-26 17:14:40 +02:00

15 lines
361 B
Plaintext

$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>