Files
haikuports/games-engines/ponscripter/patches/ponscripter_x86-20111009.patchset
2014-07-01 00:25:27 +07:00

17 lines
403 B
Plaintext

From: Guest One <popov_e_n@mail.ru>
diff --git a/src/AnimationInfo.cpp b/src/AnimationInfo.cpp
index b762be0..4d59a67 100644
--- ponscripter-20111009-src/src/AnimationInfo.cpp
+++ ponscripter-20111009-src-haiku/src/AnimationInfo.cpp
@@ -46,6 +46,8 @@
#define M_PI 3.14159265358979323846
#endif
+#include <unistd.h>
+
//Mion: for special graphics routine handling
static unsigned int cpufuncs;