Browse Source

mpeg/pes.h: Add missing includes.

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
84c5f86959
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mpeg/pes.h

+ 4
- 0
mpeg/pes.h View File

@ -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"
{

Loading…
Cancel
Save