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/SoundSystem/SND_test/SND_test.c')
-rw-r--r--intern/SoundSystem/SND_test/SND_test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/SoundSystem/SND_test/SND_test.c b/intern/SoundSystem/SND_test/SND_test.c
index eff52aef61e..99de147c8a0 100644
--- a/intern/SoundSystem/SND_test/SND_test.c
+++ b/intern/SoundSystem/SND_test/SND_test.c
@@ -40,6 +40,11 @@
#include "OpenALC-Api.h"
#include <stdio.h>
#include <stdlib.h>
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#if defined(WIN32)
#include <io.h>
#else