Browse code

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 <davids@redhat.com>
Acked-by: Heiko Hund <heiko.hund@sophos.com>

David Sommerseth authored on 2012/02/14 01:29:52
Showing 1 changed files
... ...
@@ -26,6 +26,7 @@
26 26
 
27 27
 #include "status.h"
28 28
 #include "perf.h"
29
+#include "misc.h"
29 30
 
30 31
 #include "memdbg.h"
31 32