From bdf9ab751644ed22499e80ed69a37d14461a81ff Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 13 Feb 2012 17:29:52 +0100 Subject: [PATCH] Fix compile issues with status.c Commit 71bbbd76c62630c88441237d72fe5b61f0b45b2a moved over from calling open() directly to go via the openvpn_open(). It was not detected that status.c had to include misc.h too. Signed-off-by: David Sommerseth Acked-by: Heiko Hund --- status.c | 1 + 1 file changed, 1 insertion(+) diff --git a/status.c b/status.c index 5f32a83da..8fd89ef2a 100644 --- a/status.c +++ b/status.c @@ -26,6 +26,7 @@ #include "status.h" #include "perf.h" +#include "misc.h" #include "memdbg.h" -- 2.47.2