mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
6eab0b176b
active fork on GitHub. Update to their latest release.
11 lines
186 B
C++
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;
|