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