summaryrefslogtreecommitdiff
path: root/net/ipdecap/files/patch-src_esp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipdecap/files/patch-src_esp.h')
-rw-r--r--net/ipdecap/files/patch-src_esp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipdecap/files/patch-src_esp.h b/net/ipdecap/files/patch-src_esp.h
new file mode 100644
index 000000000000..9621ac418314
--- /dev/null
+++ b/net/ipdecap/files/patch-src_esp.h
@@ -0,0 +1,11 @@
+--- 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