blob: a093b4e1ba1ffdca6fc2f357fd124c3f15a02ba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- openswan-2.6.38.orig/lib/libopenswan/oswlog.c 2012-03-23 22:33:43.000000000 +0100
+++ openswan-2.6.38/lib/libopenswan/oswlog.c 2014-03-26 21:09:43.000000000 +0100
@@ -24,7 +24,7 @@
#include <string.h>
#include <unistd.h>
#include <signal.h> /* used only if MSG_NOSIGNAL not defined */
-#include <sys/queue.h>
+#include "queue.h"
#include <libgen.h>
#include <sys/stat.h>
#include <sys/types.h>
|