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:
authorStefan Gartner <stefang@aon.at>2003-05-12 21:13:12 +0400
committerStefan Gartner <stefang@aon.at>2003-05-12 21:13:12 +0400
commit936f7541c47298c326f34548d4142005d5a478e1 (patch)
treea7a9193f705c225b3b6281691fc64fc5de127cfd /source/blender
parentab3b02405f4d5fe10fc4711788bbf729504eb61c (diff)
moved #include <sys/param.h> inside #ifdef __APPLE__
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/intern/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/util.c b/source/blender/blenlib/intern/util.c
index 80813b1119e..484a3377942 100644
--- a/source/blender/blenlib/intern/util.c
+++ b/source/blender/blenlib/intern/util.c
@@ -69,9 +69,8 @@
#include <sys/time.h>
#endif
-#include <sys/param.h>
-
#ifdef __APPLE__
+#include <sys/param.h>
#include <CoreFoundation/CoreFoundation.h>
#endif