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

12 lines
212 B
C

--- src/esp.h.orig 2018-07-19 13:30:02 UTC
+++ src/esp.h
@@ -19,6 +19,8 @@
*/
#include <stdint.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <openssl/evp.h>
#include "utils.h"
#pragma once