From 371d5815a7088c74c8228783834474fb71316c62 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 26 Jan 2012 10:59:31 +0000 Subject: Fix implicit declaration of guardedalloc functions in avi's endian.c. Discovered by debian building system. --- source/blender/avi/intern/endian.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/avi') diff --git a/source/blender/avi/intern/endian.c b/source/blender/avi/intern/endian.c index 29b3047eca4..adcc7e8750a 100644 --- a/source/blender/avi/intern/endian.c +++ b/source/blender/avi/intern/endian.c @@ -42,6 +42,10 @@ #include "endian.h" #include "avi_intern.h" +#ifdef __BIG_ENDIAN__ +#include "MEM_guardedalloc.h" +#endif + #ifdef __BIG_ENDIAN__ static void invert (int *num) { -- cgit v1.2.3