diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-08-31 13:32:43 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-08-31 13:34:46 +0200 |
commit | b970f85564ba6b5c17a8d642bb8161119011e7bd (patch) | |
tree | 553d41b138e98dfb56b0301f03b675d1c5f33ecc /libavcodec/wavpack.h | |
parent | e7da19e9fa456d77031d3ba8e1e7c596f858f83d (diff) | |
download | ffmpeg-b970f85564ba6b5c17a8d642bb8161119011e7bd.tar.gz |
Fix make checkheaders for wavpackenc.h
Diffstat (limited to 'libavcodec/wavpack.h')
-rw-r--r-- | libavcodec/wavpack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/wavpack.h b/libavcodec/wavpack.h index bca6c4550e..081b7f714d 100644 --- a/libavcodec/wavpack.h +++ b/libavcodec/wavpack.h @@ -22,6 +22,8 @@ #ifndef AVCODEC_WAVPACK_H #define AVCODEC_WAVPACK_H +#include "libavutil/common.h" + #define MAX_TERMS 16 #define MAX_TERM 8 |