summaryrefslogtreecommitdiff
path: root/libavcodec/mips
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-08-23 11:02:41 +0000
committerMåns Rullgård <mans@mansr.com>2009-08-23 11:02:41 +0000
commitc7312933ce571a686db242d3e4bdd6556af97c22 (patch)
tree15a228072a09d13a02c662b7fcfa6c3baaab2711 /libavcodec/mips
parent95f2c769c312909fee539da50fde393aacf57cc0 (diff)
Include required headers in {mips,ppc}/mathops.h
Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mips')
-rw-r--r--libavcodec/mips/mathops.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mips/mathops.h b/libavcodec/mips/mathops.h
index e763f7be9e..b281e5f776 100644
--- a/libavcodec/mips/mathops.h
+++ b/libavcodec/mips/mathops.h
@@ -21,7 +21,8 @@
#ifndef AVCODEC_MIPS_MATHOPS_H
#define AVCODEC_MIPS_MATHOPS_H
-#include "config.h"
+#include <stdint.h>
+#include "libavutil/common.h"
#if HAVE_LOONGSON