This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
add missing header files to fix compilation
closes
#457
Change-Id: Iaa26da810fa11adb970ae25409ade4ad29712200
changes/05/19105/1
Richard Fuchs
8 years ago
parent
3fa94d7f57
commit
65d4106d98
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/codec.c
+ 2
- 0
daemon/codec.c
View File
@ -1,6 +1,8 @@
#
include
"codec.h"
#
include
<glib.h>
#
include
<assert.h>
#
include
<inttypes.h>
#
include
<sys/types.h>
#
include
"call.h"
#
include
"log.h"
#
include
"rtplib.h"
Write
Preview
Loading…
Cancel
Save