Files
antoine 1c1d131009 MFH: r482107
net/ipdecap: update to 0.7.2

While here, fix OpenSSL build

PR:		232223
Submitted by:	loic-freebsd@loicp.eu (maintainer)
2018-10-21 07:59:38 +00:00

11 lines
435 B
C

--- src/esp.c.orig 2018-07-19 13:30:02 UTC
+++ src/esp.c
@@ -21,6 +21,7 @@
#include <arpa/inet.h> // for inet_ntop, inet_pton
#include <err.h> // for err
#include <errno.h> // for __errno_location, errno, ERANGE
+#include <sys/types.h> // for u_char
#include <net/ethernet.h> // for ether_header
#include <netinet/ip.h> // for ip
#include <stdio.h> // for printf, fclose, fgets, fopen, FILE