blob: 7c4bff2d3063d0dc4e92a38e01786aeed70d6e4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- openswan-2.6.38.orig/lib/libipsecconf/parser.l 2012-03-23 22:33:43.000000000 +0100
+++ openswan-2.6.38/lib/libipsecconf/parser.l 2014-03-27 08:47:12.000000000 +0100
@@ -19,7 +19,7 @@
*
*/
-#include <sys/queue.h>
+#include "queue.h"
#include <string.h>
#include <stdlib.h>
#include <assert.h>
|