aboutsummaryrefslogtreecommitdiff
path: root/games/pinball/files/patch-base_Behavior.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/pinball/files/patch-base_Behavior.h')
-rw-r--r--games/pinball/files/patch-base_Behavior.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/pinball/files/patch-base_Behavior.h b/games/pinball/files/patch-base_Behavior.h
new file mode 100644
index 000000000000..4b77456d2ba1
--- /dev/null
+++ b/games/pinball/files/patch-base_Behavior.h
@@ -0,0 +1,10 @@
+--- base/Behavior.h.orig 2003-11-20 16:46:16.000000000 +0000
++++ base/Behavior.h
+@@ -10,6 +10,7 @@
+ #ifndef BEHAVIOR_H
+ #define BEHAVIOR_H
+
++#include <unistd.h>
+ #include "EMath.h"
+
+ class Group;