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)
12 lines
212 B
C
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
|