diff options
author | Måns Rullgård <mans@mansr.com> | 2008-03-19 08:47:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-03-19 08:47:31 +0000 |
commit | 3540b950ec55343a4cfc02f73783bb90df34252b (patch) | |
tree | 477330d86ef2cf43c5f0cf897b04448ec5d1f41a /libavutil/softfloat.h | |
parent | e6e70d9bdc896a781d4ff6eae27d1520e9ea71b4 (diff) | |
download | ffmpeg-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h index bb8bb279be..78648f3d1b 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 |