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
MT#55283 use #ifdef instead of #if
Change-Id: Ice3e902193c4bcd4d6852b50ebaf0bb6a666af09
rfuchs/test
Richard Fuchs
1 year ago
parent
87f9fc18bf
commit
150ee6dbde
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel-module/xt_RTPENGINE.c
+ 1
- 1
kernel-module/xt_RTPENGINE.c
View File
@ -34,7 +34,7 @@
#
include
<linux/math64.h>
#
include
<linux/kthread.h>
#
include
<linux/wait.h>
#
if CONFIG_BTREE
#
if
def
CONFIG_BTREE
#
include
<linux/btree.h>
#
define KERNEL_PLAYER
#
else
Write
Preview
Loading…
Cancel
Save