Browse Source

mpeg/ts.h: Add missing includes.

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
756050b98f
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      mpeg/ts.h

+ 5
- 0
mpeg/ts.h View File

@ -34,6 +34,11 @@
#ifndef __BITSTREAM_MPEG_TS_H__ #ifndef __BITSTREAM_MPEG_TS_H__
#define __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 #ifdef __cplusplus
extern "C" extern "C"
{ {

Loading…
Cancel
Save