[PATCH] sipcapture: add missing headers for inet_ntop()
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Thu, 18 Jul 2024 15:26:33 +0000 (17:26 +0200)
committerVictor 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

index db7ea912e112f9788134ddc706bf3ca13939229f..3485f330a452981b58bd508eef6375a61862235e 100644 (file)
@@ -21,6 +21,8 @@
  *
  */
 
+#include <arpa/inet.h>
+
 #include "../../core/sr_module.h"
 #include "../../core/dprint.h"
 #include "../../core/events.h"