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-08-17 15:10:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-17 15:10:48 +0400
commit87477c5d11a46ce674789efcac9bc5b37ef66d84 (patch)
tree962dc231791d4ed4b46f6d553dbef41f0f40e46b /source/blender/blenlib/intern
parenta3d28f4899f2bfb60d053b556aefda780e4eb77d (diff)
fix for error with removing MEM_guardedalloc.h, not sure why I didnt get this warning when rebuilding yesyerday.
Diffstat (limited to 'source/blender/blenlib/intern')
-rw-r--r--source/blender/blenlib/intern/BLI_ghash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c
index 11756ada40e..6daa2928716 100644
--- a/source/blender/blenlib/intern/BLI_ghash.c
+++ b/source/blender/blenlib/intern/BLI_ghash.c
@@ -28,10 +28,10 @@
* A general (pointer -> pointer) hash table ADT
*/
+#include "MEM_guardedalloc.h"
#include "BLI_ghash.h"
#include "BLO_sys_types.h" // for intptr_t support
-
/***/
unsigned int hashsizes[]= {