Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Lambermont <hans@lambermont.dyndns.org>2003-10-05 23:37:16 +0400
committerHans Lambermont <hans@lambermont.dyndns.org>2003-10-05 23:37:16 +0400
commit1bbf616b59ebc5f0292ade9bea0718d6d5bd34f3 (patch)
tree1fa4fefcde374936c0d50eda3b45467807b3fcd1 /source/creator
parentd9ec78a895071c5ae547c3b4388c581a10b9117a (diff)
Finally add spike's FreeBSD suggestions. Tnxto Chris for forwarding.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 79a20741925..f62fd394eac 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -90,10 +90,9 @@
#include <signal.h>
#ifdef __FreeBSD__
- #ifndef __OpenBSD__
- #include <floatingpoint.h>
- #include <sys/rtprio.h>
- #endif
+# include <sys/types.h>
+# include <floatingpoint.h>
+# include <sys/rtprio.h>
#endif
// from buildinfo.c