Add missing #includes to make headers self-contained.

This fixes 'make checkheaders'.
This commit is contained in:
Diego Biurrun
2011-06-04 16:58:31 +02:00
parent 67ace7f047
commit 8d459acc10
6 changed files with 8 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@
#define AVCODEC_MATHOPS_H
#include "libavutil/common.h"
#include "config.h"
#if ARCH_ARM
# include "arm/mathops.h"