diff options
author | jamal <jamrial@gmail.com> | 2012-08-08 08:02:56 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-08-08 08:02:56 +0200 |
commit | 82e5c5d45bc94fad3bf8bb4de5d73ed30f2d86e3 (patch) | |
tree | 9cde3e7425674dca45df5b1a2cc3e7946af52d61 /libavcodec | |
parent | e40f7f1e01f009637a37d3f5ad6e20c7e634153a (diff) | |
download | ffmpeg-82e5c5d45bc94fad3bf8bb4de5d73ed30f2d86e3.tar.gz |
lavc/old_codec_ids: Fix make checkheaders.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/old_codec_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/old_codec_ids.h b/libavcodec/old_codec_ids.h index a163205cb0..25b3610981 100644 --- a/libavcodec/old_codec_ids.h +++ b/libavcodec/old_codec_ids.h @@ -20,6 +20,7 @@ #define AVCODEC_OLD_CODEC_IDS_H #include "libavutil/attributes.h" +#include "libavutil/common.h" /* * This header exists to prevent new codec IDs from being accidentally added to |