1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/games/pinball/files/patch-base_Behavior.h
Thierry Thomas 6eab0b176b There is no more activity on the SourceForce site, switch to a more
active fork on GitHub.

Update to their latest release.
2019-06-28 17:47:22 +00:00

11 lines
186 B
C++

--- base/Behavior.h.orig 2018-03-24 23:40:31 UTC
+++ base/Behavior.h
@@ -10,6 +10,7 @@
#ifndef BEHAVIOR_H
#define BEHAVIOR_H
+#include <unistd.h>
#include "EMath.h"
class Group;