1234567891011 |
- --- 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>
|