summaryrefslogtreecommitdiffstats
path: root/libavutil/softfloat.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-19 08:47:31 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-19 08:47:31 +0000
commit3540b950ec55343a4cfc02f73783bb90df34252b (patch)
tree477330d86ef2cf43c5f0cf897b04448ec5d1f41a /libavutil/softfloat.h
parente6e70d9bdc896a781d4ff6eae27d1520e9ea71b4 (diff)
downloadffmpeg-streaming-3540b950ec55343a4cfc02f73783bb90df34252b.zip
ffmpeg-streaming-3540b950ec55343a4cfc02f73783bb90df34252b.tar.gz
add missing #include "common.h" to libavutil headers
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/softfloat.h')
-rw-r--r--libavutil/softfloat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h
index bb8bb27..78648f3 100644
--- a/libavutil/softfloat.h
+++ b/libavutil/softfloat.h
@@ -22,6 +22,7 @@
#define FFMPEG_SOFTFLOAT_H
#include <stdint.h>
+#include "common.h"
#define MIN_EXP -126
#define MAX_EXP 126
OpenPOWER on IntegriCloud