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:
authorCampbell Barton <ideasman42@gmail.com>2010-01-23 00:40:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-23 00:40:31 +0300
commit5badcca867cb0a68a7e600ed350dfe49813f9729 (patch)
tree95bcf8f0e2e0067a251aaef3a5bedec25842daaa /source/blender/blenlib
parent8038171919134f87d54b2c4327662c3e12e5d77b (diff)
bugfix [#20767] Particle edit mode crashes
& missing include added
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/threads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/threads.c b/source/blender/blenlib/intern/threads.c
index e5d0385b6e3..9df746276bd 100644
--- a/source/blender/blenlib/intern/threads.c
+++ b/source/blender/blenlib/intern/threads.c
@@ -52,6 +52,7 @@
#include <sys/sysctl.h>
#else
#include <unistd.h>
+#include <sys/time.h>
#endif
/* ********** basic thread control API ************