blob: 1173baf8002d86dedee7cb1e5a4d3f94acbb2a3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ah,v 1.2 2002/01/02 10:01:36 hubertf Exp $
--- winquake/gl_vidlinuxglx.c Tue Dec 21 18:39:36 1999
+++ ../work/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>
|