summaryrefslogtreecommitdiffstats
path: root/games/oblige/compile_fixes.diff
diff options
context:
space:
mode:
Diffstat (limited to 'games/oblige/compile_fixes.diff')
-rw-r--r--games/oblige/compile_fixes.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/oblige/compile_fixes.diff b/games/oblige/compile_fixes.diff
index c8589e37e8..6d706af6ab 100644
--- a/games/oblige/compile_fixes.diff
+++ b/games/oblige/compile_fixes.diff
@@ -10,3 +10,14 @@ diff -Naur oblige_357_src/gui/q_bsp.cc oblige_357_src.patched//gui/q_bsp.cc
Append(str, next ? (next - str) : strlen(str));
+diff -Naur oblige_357_src/gui/headers.h oblige_357_src.patched/gui/headers.h
+--- oblige_357_src/gui/headers.h 2009-07-17 05:25:11.000000000 -0400
++++ oblige_357_src.patched/gui/headers.h 2012-09-20 01:45:29.000000000 -0400
+@@ -29,6 +29,7 @@
+
+ /* C library */
+
++#include <unistd.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>