Sfoglia il codice sorgente

sipcapture: add missing headers for inet_ntop()

fixes #3927

(cherry picked from commit fe505c9654541ec60f14e5a50896bb11751e61e4)
(cherry picked from commit 164d1ecca7e94beba24013f31276bdc1f2ee04a1)
Victor Seva 1 anno fa
parent
commit
2deec6b43b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/modules/sipcapture/hep.c

+ 2 - 0
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"