1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 12:10:31 -04:00
ports/net/ipdecap/files/patch-src_esp.h
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

11 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