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/blenkernel/intern/sound.c')
-rw-r--r--source/blender/blenkernel/intern/sound.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index 6f8c46bb877..9d33e9163ce 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -20,6 +20,10 @@
#include "BKE_sound.h"
#include "BKE_packedFile.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
ListBase _samples = {0,0}, *samples = &_samples;
void sound_free_sound(bSound *sound)