sipgrep icon indicating copy to clipboard operation
sipgrep copied to clipboard

add missing include for inet_pton()

Open linuxmaniac opened this issue 1 year ago • 1 comments

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);
      |     ^~~~~~~~~

linuxmaniac avatar Mar 25 '24 15:03 linuxmaniac

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 25 '24 15:03 CLAassistant