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