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
add missing includes
master
Christophe Massiot
8 years ago
parent
fe4e1b8991
commit
4af1b8b752
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ietf/rtp.h
+3
-0
ietf/rtp6184.h
+ 1
- 0
ietf/rtp.h
View File
@ -33,6 +33,7 @@
#
ifndef __BITSTREAM_IETF_RTP_H__
#
define __BITSTREAM_IETF_RTP_H__
#
include
<stdlib.h>
#
include
<stdint.h> /* uint8_t, uint16_t, etc... */
#
include
<stdbool.h> /* bool */
+ 3
- 0
ietf/rtp6184.h
View File
@ -35,6 +35,9 @@
#
ifndef __BITSTREAM_IETF_RTP6184_H__
#
define __BITSTREAM_IETF_RTP6184_H__
#
include
<stdint.h>
#
include
<stdbool.h>
#
ifdef __cplusplus
extern
"
C
"
{
Write
Preview
Loading…
Cancel
Save