projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d91a6
)
[PATCH] sipcapture: add missing headers for inet_ntop()
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Thu, 18 Jul 2024 15:26:33 +0000
(17:26 +0200)
committer
Victor Seva
<vseva@debian.org>
Thu, 29 Aug 2024 08:51:52 +0000
(10:51 +0200)
fixes #3927
(cherry picked from commit
fe505c9654541ec60f14e5a50896bb11751e61e4
)
Gbp-Pq: Topic upstream
Gbp-Pq: Name sipcapture-add-missing-headers-for-inet_ntop.patch
src/modules/sipcapture/hep.c
patch
|
blob
|
history
diff --git
a/src/modules/sipcapture/hep.c
b/src/modules/sipcapture/hep.c
index db7ea912e112f9788134ddc706bf3ca13939229f..3485f330a452981b58bd508eef6375a61862235e 100644
(file)
--- a/
src/modules/sipcapture/hep.c
+++ b/
src/modules/sipcapture/hep.c
@@
-21,6
+21,8
@@
*
*/
+#include <arpa/inet.h>
+
#include "../../core/sr_module.h"
#include "../../core/dprint.h"
#include "../../core/events.h"