freebsd-ports/games/egl/files/patch-unix__unix_console.c
Alejandro Pulver b2088a9b7a - Update to version 0.3.1.
- Add more OPTIONS (allow building without X11).
2006-07-25 00:36:22 +00:00

10 lines
243 B
C

--- unix/unix_console.c.orig Mon Jul 24 21:31:05 2006
+++ unix/unix_console.c Mon Jul 24 21:32:15 2006
@@ -25,6 +25,7 @@
#include "unix_local.h"
#include <unistd.h>
#include <fcntl.h>
+#include <sys/time.h>
qBool stdin_active = qTrue;