summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2011-09-14 21:06:29 +0200
committerKlaus Kämpf <kkaempf@suse.de>2011-09-14 21:06:29 +0200
commit541b4c333bc94841df0e8dcb4d0ef61b4c5e8c9d (patch)
tree34ab58a5fb5ec20563658274f826c25592a103ae /src
parent2c67358ced01b68aaa6ad5e12bc8fac558c3f501 (diff)
downloadwsmancli-541b4c333bc94841df0e8dcb4d0ef61b4c5e8c9d.tar.gz
wsmancli-541b4c333bc94841df0e8dcb4d0ef61b4c5e8c9d.tar.xz
wsmancli-541b4c333bc94841df0e8dcb4d0ef61b4c5e8c9d.zip
Adapt to reduced libu exposure in openwsman public api
Add a couple of #include "u/libu.h" See commit 7d91f671 of openwsman
Diffstat (limited to 'src')
-rw-r--r--src/wseventmgr.c2
-rw-r--r--src/wsman.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wseventmgr.c b/src/wseventmgr.c
index 9eb4ae0..2a5131a 100644
--- a/src/wseventmgr.c
+++ b/src/wseventmgr.c
@@ -51,7 +51,7 @@
#include <wsman-client-api.h>
#include <wsman-client-transport.h>
#include <wsman-debug.h>
-
+#include <u/libu.h>
#if __linux__
extern char *getpass (const char *__prompt);
diff --git a/src/wsman.c b/src/wsman.c
index 8a70481..693672e 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -51,7 +51,7 @@
#include <wsman-client.h>
#include <wsman-client-transport.h>
#include <wsman-debug.h>
-
+#include <u/libu.h>
#if __linux__
extern char *getpass (const char *__prompt);