From d8d98f0f40dffd929dcd206dc4884eb76d77c6f2 Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski Date: Mon, 3 Oct 2011 16:54:20 +0300 Subject: [PATCH] dvb/sim.h: Add missing includes. --- dvb/sim.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dvb/sim.h b/dvb/sim.h index 4b03d5c..6baefbd 100644 --- a/dvb/sim.h +++ b/dvb/sim.h @@ -36,6 +36,10 @@ #ifndef __BITSTREAM_DVB_SIM_H__ #define __BITSTREAM_DVB_SIM_H__ +#include /* uint8_t, uint16_t, etc... */ +#include /* bool */ +#include /* memcpy, NULL */ + #ifdef __cplusplus extern "C" {