mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
361 B
Plaintext
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>
|