Explorar el Código

sipcapture: add missing headers for inet_ntop()

fixes #3927

(cherry picked from commit fe505c9654541ec60f14e5a50896bb11751e61e4)
(cherry picked from commit 164d1ecca7e94beba24013f31276bdc1f2ee04a1)
Victor Seva hace 1 año
padre
commit
2deec6b43b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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"