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 'intern/guardedalloc/test/simpletest/memtest.c')
-rw-r--r--intern/guardedalloc/test/simpletest/memtest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/guardedalloc/test/simpletest/memtest.c b/intern/guardedalloc/test/simpletest/memtest.c
index f2cdc207958..7c5a8230ea7 100644
--- a/intern/guardedalloc/test/simpletest/memtest.c
+++ b/intern/guardedalloc/test/simpletest/memtest.c
@@ -46,6 +46,10 @@
#include <stdlib.h>
#include "MEM_guardedalloc.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
int main (int argc, char *argv[])
{
int verbose = 0;