From 25e61967df476efad39ad9f8096269e8c8e7dc5e Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Tue, 20 Feb 2007 09:17:31 +0000 Subject: fix the build (wsman-api.h -> wsman-client-api.h) --- src/wsman.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 #include -#include +#include +#include #include "wsman-client-options.h" -- cgit