mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
net/ipdecap: update to 0.7.2 While here, fix OpenSSL build PR: 232223 Submitted by: loic-freebsd@loicp.eu (maintainer)
11 lines
288 B
C
11 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
|