summaryrefslogtreecommitdiff
path: root/package/openswan/patches/patch-lib_libipsecconf_oeconns_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/openswan/patches/patch-lib_libipsecconf_oeconns_c')
-rw-r--r--package/openswan/patches/patch-lib_libipsecconf_oeconns_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openswan/patches/patch-lib_libipsecconf_oeconns_c b/package/openswan/patches/patch-lib_libipsecconf_oeconns_c
new file mode 100644
index 000000000..f7e9ca9c9
--- /dev/null
+++ b/package/openswan/patches/patch-lib_libipsecconf_oeconns_c
@@ -0,0 +1,11 @@
+--- Openswan-3.0.0.orig/lib/libipsecconf/oeconns.c 2021-01-22 19:25:50.000000000 +0100
++++ Openswan-3.0.0/lib/libipsecconf/oeconns.c 2022-03-22 16:21:06.271957222 +0100
+@@ -16,7 +16,7 @@
+ #include <string.h>
+ #include <limits.h>
+ #include <assert.h>
+-#include <sys/queue.h>
++#include "queue.h"
+
+ #include "ipsecconf/parser.h"
+ #include "ipsecconf/confread.h"