From 9e9df0fcab1018bb6515dce05870fbe755a8b1c3 Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski Date: Mon, 3 Oct 2011 16:59:11 +0300 Subject: [PATCH] mpeg/aac.h: Add missing includes. --- mpeg/aac.h | 3 +++ 1 file changed, 3 insertions(+) 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" {