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>2007-08-31 19:47:45 +0400
committerKent Mein <mein@cs.umn.edu>2007-08-31 19:47:45 +0400
commit6e91048bff139fba671a636e59ad99471658b3d8 (patch)
tree36202ab74fbe1fcc9fe3e630df79d039043dd80a /intern/ghost
parentc1e9ad9c8006afe3d4259be21a824a5fd3c437d0 (diff)
This covers bugs # 7130 7131 7132 7133
All small patches submitted by Vladimar Marek (neuron) Basically fixes up some headers for Solaris's compiler. Kent
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp
index db75dc721e5..30fa30e59e6 100644
--- a/intern/ghost/intern/GHOST_WindowX11.cpp
+++ b/intern/ghost/intern/GHOST_WindowX11.cpp
@@ -38,6 +38,11 @@
#include <X11/cursorfont.h>
#include <X11/Xatom.h>
+#if defined(__sun__) || defined( __sun ) || defined (__sparc) || defined (__sparc__)
+#include <strings.h>
+#endif
+
+
// For obscure full screen mode stuuf
// lifted verbatim from blut.