Browse Source

dvb/sim.h: Add missing includes.

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
d8d98f0f40
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      dvb/sim.h

+ 4
- 0
dvb/sim.h View File

@ -36,6 +36,10 @@
#ifndef __BITSTREAM_DVB_SIM_H__
#define __BITSTREAM_DVB_SIM_H__
#include <stdint.h> /* uint8_t, uint16_t, etc... */
#include <stdbool.h> /* bool */
#include <string.h> /* memcpy, NULL */
#ifdef __cplusplus
extern "C"
{

Loading…
Cancel
Save