Commit 84c5f869 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

mpeg/pes.h: Add missing includes.

parent 9e9df0fc
......@@ -34,6 +34,10 @@
#ifndef __BITSTREAM_MPEG_PES_H__
#define __BITSTREAM_MPEG_PES_H__
#include <stdint.h> /* uint8_t, uint16_t, etc... */
#include <stdbool.h> /* bool */
#include <string.h> /* memset */
#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