diff options
author | Diego Biurrun | 2011-06-04 16:58:31 +0200 |
---|---|---|
committer | Diego Biurrun | 2011-06-04 18:15:50 +0200 |
commit | 8d459acc10d865a82b1646f91a85ae99d998faa7 (patch) | |
tree | 1e129a70af8c61134e883b279a5b50521e24dd58 /libavcodec/mathops.h | |
parent | 67ace7f0473ff968c7c615796b7a95c90fde68d2 (diff) |
Add missing #includes to make headers self-contained.
This fixes 'make checkheaders'.
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r-- | libavcodec/mathops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index d74bc1ed70..98c9acf5ce 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -23,6 +23,7 @@ #define AVCODEC_MATHOPS_H #include "libavutil/common.h" +#include "config.h" #if ARCH_ARM # include "arm/mathops.h" |