ports/net/ipdecap/files/patch-src_utils.c
Steve Wills 24da002804 net/ipdecap: update to 0.7.2
While here, fix OpenSSL build

PR:		232223
Submitted by:	loic-freebsd@loicp.eu (maintainer)
2018-10-14 19:00:04 +00:00

10 lines
288 B
C

--- 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