blob: 684cce054c44bd6bf83f1bfa90ad46caed12bae4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./vid_glx.c.orig Sun Jan 8 18:36:04 2006
+++ ./vid_glx.c Sat May 20 10:00:24 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>
|