Mercurial > libavcodec.hg
diff vorbis_enc_data.h @ 5162:4394344397d8 libavcodec
include all prerequisites in header files
| author | mru |
|---|---|
| date | Sat, 16 Jun 2007 22:59:13 +0000 |
| parents | c8c591fe26f8 |
| children | 9ecbfc0c82bf |
line wrap: on
line diff
--- a/vorbis_enc_data.h Sat Jun 16 22:58:43 2007 +0000 +++ b/vorbis_enc_data.h Sat Jun 16 22:59:13 2007 +0000 @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <stdint.h> + static const uint8_t codebook0[] = { 2, 10, 8, 14, 7, 12, 11, 14, 1, 5, 3, 7, 4, 9, 7, 13,
