]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix compile issues with status.c
authorDavid Sommerseth <davids@redhat.com>
Mon, 13 Feb 2012 16:29:52 +0000 (17:29 +0100)
committerDavid Sommerseth <davids@redhat.com>
Mon, 13 Feb 2012 16:29:52 +0000 (17:29 +0100)
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 <davids@redhat.com>
Acked-by: Heiko Hund <heiko.hund@sophos.com>
status.c

index 5f32a83da6979195140a50c1c4bdd57a68c77f10..8fd89ef2a0619cecacad4413d6ab58834cbe2f68 100644 (file)
--- a/status.c
+++ b/status.c
@@ -26,6 +26,7 @@
 
 #include "status.h"
 #include "perf.h"
+#include "misc.h"
 
 #include "memdbg.h"