Skip to content

Commit 97d62e8

Browse files
author
Dave Dykstra
committed
eliminate warning about undeclared inet_ntop
1 parent 7dc1d02 commit 97d62e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pacparse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <sys/types.h>
3636
#include <sys/socket.h>
3737
#include <netdb.h>
38+
#include <arpa/inet.h>
3839

3940
int pacdebug=0;
4041
char *progname="pacparse";

0 commit comments

Comments
 (0)