summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKlaus Kaempf <kkaempf@novell.com>2007-02-20 09:17:31 +0000
committerKlaus Kaempf <kkaempf@novell.com>2007-02-20 09:17:31 +0000
commit25e61967df476efad39ad9f8096269e8c8e7dc5e (patch)
treee815fa09da0f1b2197e1adcc72e497558d127bc4 /src
parentfa148da259921c5f0a8cb5c7dca39f378e37df8e (diff)
downloadwsmancli-25e61967df476efad39ad9f8096269e8c8e7dc5e.tar.gz
wsmancli-25e61967df476efad39ad9f8096269e8c8e7dc5e.tar.xz
wsmancli-25e61967df476efad39ad9f8096269e8c8e7dc5e.zip
fix the build
(wsman-api.h -> wsman-client-api.h)
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 32c1e06..e923d55 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -49,7 +49,8 @@
#include <time.h>
#include <u/libu.h>
-#include <wsman-api.h>
+#include <wsman-client-api.h>
+#include <wsman-debug.h>
#include "wsman-client-options.h"