summaryrefslogtreecommitdiff
path: root/net/ipdecap/files/patch-src_esp.h
blob: 9621ac4183145841e1a654fa1dca538075d1e1d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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