diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-10-14 19:00:04 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-10-14 19:00:04 +0000 |
commit | 24da00280428c3a9107649a99ecd1444a0928322 (patch) | |
tree | fb46b211b7ec660db52144ee56765b323d39c8f4 /net/ipdecap/files/patch-src_utils.c | |
parent | math/py-pandas: Update to 0.23.4 (diff) |
net/ipdecap: update to 0.7.2
While here, fix OpenSSL build
PR: 232223
Submitted by: loic-freebsd@loicp.eu (maintainer)
Diffstat (limited to 'net/ipdecap/files/patch-src_utils.c')
-rw-r--r-- | net/ipdecap/files/patch-src_utils.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 <sys/types.h> + #include <net/ethernet.h> // for ETHER_ADDR_LEN + #include <stdarg.h> // for va_list + #include <stdio.h> // for printf, NULL, vfprintf, stdout |