From: David Sommerseth Date: Mon, 13 Feb 2012 16:29:52 +0000 (+0100) Subject: Fix compile issues with status.c X-Git-Tag: v2.3-alpha1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf9ab751644ed22499e80ed69a37d14461a81ff;p=thirdparty%2Fopenvpn.git 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 --- 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"