Commit 756050b9 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

mpeg/ts.h: Add missing includes.

parent 84c5f869
......@@ -34,6 +34,11 @@
#ifndef __BITSTREAM_MPEG_TS_H__
#define __BITSTREAM_MPEG_TS_H__
#include <stdlib.h> /* malloc */
#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