diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-08-21 08:46:49 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-08-21 08:46:49 +0000 |
commit | da47f0eecbdcd3da9ead478b7589cb7e331cafb4 (patch) | |
tree | d6dda853386d5b09b5cd89b1e0bad1df0b5546bb /libavcodec | |
parent | ab1eff9c5c93b6ce5d06cabf139dd9f3a88e01a6 (diff) | |
download | ffmpeg-da47f0eecbdcd3da9ead478b7589cb7e331cafb4.tar.gz |
Add missing #includes to pass 'make checkheaders'.
Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/wmaprodata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/wmaprodata.h b/libavcodec/wmaprodata.h index 3ca3d46d4f..4dd5c7ebed 100644 --- a/libavcodec/wmaprodata.h +++ b/libavcodec/wmaprodata.h @@ -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 */ |