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:
Diffstat (limited to 'source/blender/blenlib/intern/BLI_ghash.c')
-rw-r--r--source/blender/blenlib/intern/BLI_ghash.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c
index d0f1f78fb73..bb7ef40ffb4 100644
--- a/source/blender/blenlib/intern/BLI_ghash.c
+++ b/source/blender/blenlib/intern/BLI_ghash.c
@@ -35,9 +35,12 @@
#include <string.h>
#include "MEM_guardedalloc.h"
-
#include "BLI_ghash.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/***/
static unsigned int hashsizes[]= {