sipgrep
sipgrep copied to clipboard
add missing include for inet_pton()
Reported at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067666
transport_hep.c: In function 'send_hepv3':
transport_hep.c:80:5: warning: implicit declaration of function 'inet_pton' [-Wimplicit-function-declaration]
80 | inet_pton (AF_INET, rcinfo->src_ip, &src_ip4.data);
| ^~~~~~~~~