From 24da00280428c3a9107649a99ecd1444a0928322 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 14 Oct 2018 19:00:04 +0000 Subject: net/ipdecap: update to 0.7.2 While here, fix OpenSSL build PR: 232223 Submitted by: loic-freebsd@loicp.eu (maintainer) --- net/ipdecap/files/patch-src_utils.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/ipdecap/files/patch-src_utils.c (limited to 'net/ipdecap/files/patch-src_utils.c') diff --git a/net/ipdecap/files/patch-src_utils.c b/net/ipdecap/files/patch-src_utils.c new file mode 100644 index 000000000000..860c0c88194a --- /dev/null +++ b/net/ipdecap/files/patch-src_utils.c @@ -0,0 +1,10 @@ +--- src/utils.c.orig 2018-07-19 13:30:02 UTC ++++ src/utils.c +@@ -19,6 +19,7 @@ + */ + + #include "utils.h" ++#include + #include // for ETHER_ADDR_LEN + #include // for va_list + #include // for printf, NULL, vfprintf, stdout -- cgit v1.2.3