diff --git a/mpeg/aac.h b/mpeg/aac.h index 7849c7d..dd8e945 100644 --- a/mpeg/aac.h +++ b/mpeg/aac.h @@ -35,6 +35,9 @@ #ifndef __BITSTREAM_MPEG_AAC_H__ #define __BITSTREAM_MPEG_AAC_H__ +#include /* uint8_t, uint16_t, etc... */ +#include /* bool */ + #ifdef __cplusplus extern "C" {