Commit 9e9df0fc authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

mpeg/aac.h: Add missing includes.

parent 420dc868
......@@ -35,6 +35,9 @@
#ifndef __BITSTREAM_MPEG_AAC_H__
#define __BITSTREAM_MPEG_AAC_H__
#include <stdint.h> /* uint8_t, uint16_t, etc... */
#include <stdbool.h> /* bool */
#ifdef __cplusplus
extern "C"
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment