opnsense-ports/net/ipdecap/files/patch-src_esp.h
Franco Fichtner ea8631aad0 */*: sync with upstream
Taken from: HardenedBSD
2018-10-15 17:35:46 +02: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