Commit d8d98f0f authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

dvb/sim.h: Add missing includes.

parent b66ef894
......@@ -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"
{
......
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