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:
authorKent Mein <mein@cs.umn.edu>2004-03-06 22:32:33 +0300
committerKent Mein <mein@cs.umn.edu>2004-03-06 22:32:33 +0300
commit9ed44360585ce8bd1008d8609ffdae55b8008bec (patch)
tree7452807d925204d4edd7a6b06fd504527d8bcad2 /source/blender/blenlib/intern/matrixops.c
parentb5ae8a30a22738ac9bbeae1bdbff33a5c24ed8ac (diff)
Updated the Sun ifdef's basically I standardized them so they
were all the same and make sure all platforms see them. Kent
Diffstat (limited to 'source/blender/blenlib/intern/matrixops.c')
-rw-r--r--source/blender/blenlib/intern/matrixops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/matrixops.c b/source/blender/blenlib/intern/matrixops.c
index e7f360252ba..52a66d105db 100644
--- a/source/blender/blenlib/intern/matrixops.c
+++ b/source/blender/blenlib/intern/matrixops.c
@@ -50,7 +50,7 @@
#include "BLI_winstuff.h"
#endif
-#ifdef __sun__
+#if defined(__sun__) || defined( __sun ) || defined (__sparc) || defined (__sparc__)
#include <strings.h>
#endif