summaryrefslogtreecommitdiffstats
path: root/libavutil/integer.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/integer.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/integer.h')
-rw-r--r--libavutil/integer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/integer.h b/libavutil/integer.h
index 9e85eb9..b38d5ca 100644
--- a/libavutil/integer.h
+++ b/libavutil/integer.h
@@ -29,6 +29,7 @@
#define FFMPEG_INTEGER_H
#include <stdint.h>
+#include "common.h"
#define AV_INTEGER_SIZE 8
OpenPOWER on IntegriCloud