freebsd-ports/games/pinball/files/patch-base_Behavior.h
John Marino c477800bf0 games/pinball: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-01 20:35:53 +00:00

10 lines
198 B
C++

--- 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;