summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-02-13 17:29:52 +0100
committerDavid Sommerseth <davids@redhat.com>2012-02-13 17:29:52 +0100
commitbdf9ab751644ed22499e80ed69a37d14461a81ff (patch)
treef7d3df34924c5d5b85b198e1bf1b6cd6a97abbdb
parentecede953d6366e9fbfecea62cc1f61fd2347dab7 (diff)
downloadopenvpn-bdf9ab751644ed22499e80ed69a37d14461a81ff.tar.gz
openvpn-bdf9ab751644ed22499e80ed69a37d14461a81ff.tar.xz
openvpn-bdf9ab751644ed22499e80ed69a37d14461a81ff.zip
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>
-rw-r--r--status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/status.c b/status.c
index 5f32a83..8fd89ef 100644
--- a/status.c
+++ b/status.c
@@ -26,6 +26,7 @@
#include "status.h"
#include "perf.h"
+#include "misc.h"
#include "memdbg.h"