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 include.
pull/1180/head
Damir Nedžibović
5 years ago
parent
adfddefae3
commit
17a10b96ad
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/bencode.c
+ 1
- 1
daemon/bencode.c
View File
@ -5,7 +5,7 @@
#
include
<stdlib.h>
#
include
<assert.h>
#
include
<string.h>
#
include
<ctype.h>
/* set to 0 for alloc debugging, e.g. through valgrind */
#
define BENCODE_MIN_BUFFER_PIECE_LEN 512
Write
Preview
Loading…
Cancel
Save