This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
dvb/sim.h: Add missing includes.
master
Georgi Chorbadzhiyski
13 years ago
parent
b66ef89486
commit
d8d98f0f40
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
"
{
Write
Preview
Loading…
Cancel
Save