mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
17 lines
403 B
Plaintext
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;
|
|
|