blob: 4fb7e2ef753e19722550256a438ce7715a47b83a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Openswan-3.0.0.orig/lib/liboswlog/oswlog.c 2021-01-22 19:25:50.000000000 +0100
+++ Openswan-3.0.0/lib/liboswlog/oswlog.c 2022-03-22 16:21:39.003164693 +0100
@@ -25,7 +25,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>
|