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/avi/intern/endian.h')
-rw-r--r--source/blender/avi/intern/endian.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/avi/intern/endian.h b/source/blender/avi/intern/endian.h
index 907069c1f87..133b397dbbf 100644
--- a/source/blender/avi/intern/endian.h
+++ b/source/blender/avi/intern/endian.h
@@ -40,6 +40,10 @@
#include <stdio.h>
#include "AVI_avi.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#define AVI_RAW 0
#define AVI_CHUNK 1
#define AVI_LIST 2