forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
305 B
C
12 lines
305 B
C
--- src/linux/rw_svgalib.c.orig Thu Jun 12 18:41:01 2003
|
|
+++ src/linux/rw_svgalib.c Thu Jun 12 18:41:41 2003
|
|
@@ -36,7 +36,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>
|