From 936f7541c47298c326f34548d4142005d5a478e1 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Mon, 12 May 2003 17:13:12 +0000 Subject: [PATCH] moved #include inside #ifdef __APPLE__ --- source/blender/blenlib/intern/util.c | 3 +-- 1 file changed, 1 insertion(+), 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 #endif -#include - #ifdef __APPLE__ +#include #include #endif