summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-04-11 12:22:42 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-04-11 12:22:42 +0000
commit7822e526dddcdd51e8fed81c4c795dca250cfde9 (patch)
tree2ecec29cce8f1a076520ed8de423400b4fdb84b9
parentc82cc5c950c61b8073531168acab1fd6dca07870 (diff)
downloadlasso-7822e526dddcdd51e8fed81c4c795dca250cfde9.tar.gz
lasso-7822e526dddcdd51e8fed81c4c795dca250cfde9.tar.xz
lasso-7822e526dddcdd51e8fed81c4c795dca250cfde9.zip
fixed include
-rw-r--r--lasso/id-wsf-2.0/discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf-2.0/discovery.h b/lasso/id-wsf-2.0/discovery.h
index 211ed0e9..4dd2ae2d 100644
--- a/lasso/id-wsf-2.0/discovery.h
+++ b/lasso/id-wsf-2.0/discovery.h
@@ -34,7 +34,7 @@ extern "C" {
#include <lasso/xml/id-wsf-2.0/disco_query.h>
#include <lasso/xml/id-wsf-2.0/disco_query_response.h>
-#include <lasso/xml/id-wsf-2.0/disco_service_metadata.h>
+#include <lasso/xml/id-wsf-2.0/disco_svc_metadata.h>
#define LASSO_TYPE_IDWSF2_DISCOVERY (lasso_idwsf2_discovery_get_type())