Mercurial > libavcodec.hg
changeset 10070:68f03567b826 libavcodec
Add missing #includes to pass 'make checkheaders'.
author | diego |
---|---|
date | Fri, 21 Aug 2009 08:46:49 +0000 |
parents | 8ac9bc10b485 |
children | 6ac0d4957d35 |
files | wmaprodata.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wmaprodata.h Thu Aug 20 18:54:50 2009 +0000 +++ b/wmaprodata.h Fri Aug 21 08:46:49 2009 +0000 @@ -28,6 +28,9 @@ #ifndef AVCODEC_WMAPRODATA_H #define AVCODEC_WMAPRODATA_H +#include <stddef.h> +#include <stdint.h> + /** * @brief frequencies to divide the frequency spectrum into scale factor bands */