From 97b052e56807fab6887e9ba210a28a622e6a4b78 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Sep 2013 20:03:14 +0200 Subject: avisynth: Add missing #include for NULL_IF_CONFIG_SMALL --- libavformat/avisynth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/avisynth.c') diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 134b17f1d6..08679e5de7 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/internal.h" #include "avformat.h" #include "internal.h" #include "riff.h" -- cgit v1.2.3