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/avi.c')
-rw-r--r--source/blender/avi/intern/avi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/avi/intern/avi.c b/source/blender/avi/intern/avi.c
index 15d8702a5ec..2845b2f95c9 100644
--- a/source/blender/avi/intern/avi.c
+++ b/source/blender/avi/intern/avi.c
@@ -32,6 +32,7 @@
* This is external code.
*/
+
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
@@ -48,7 +49,7 @@
#include "AVI_avi.h"
#include "avi_intern.h"
-#include "avi_endian.h"
+#include "endian.h"
static int AVI_DEBUG = 0;
static char DEBUG_FCC[4];