blob: 46c6497fefac6d5164a20de8150eec1456f3dcd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- openswan-2.6.43.orig/lib/libipsecconf/starterwhack.c 2015-03-13 13:49:09.000000000 -0500
+++ openswan-2.6.43/lib/libipsecconf/starterwhack.c 2015-05-01 04:01:15.147426999 -0500
@@ -18,7 +18,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/queue.h>
+#include "queue.h"
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
|