diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:18 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:18 +0000 |
| commit | 1be04df84e8f2a1d2feed164ca2214b5a953864f (patch) | |
| tree | 608f936f1f373591fae6670253afbc8206e33fc1 | |
| parent | 0de54dd27eb82992cc23c0201cec98ab04bfb851 (diff) | |
| download | lasso-1be04df84e8f2a1d2feed164ca2214b5a953864f.tar.gz lasso-1be04df84e8f2a1d2feed164ca2214b5a953864f.tar.xz lasso-1be04df84e8f2a1d2feed164ca2214b5a953864f.zip | |
Add disco_declaration.h to imported headers
| -rw-r--r-- | lasso/id-wsf/wsf_profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/id-wsf/wsf_profile.h b/lasso/id-wsf/wsf_profile.h index 3cc6bd5f..dd4ae0f9 100644 --- a/lasso/id-wsf/wsf_profile.h +++ b/lasso/id-wsf/wsf_profile.h @@ -36,6 +36,7 @@ extern "C" { #include <lasso/xml/soap_envelope.h> #include <lasso/xml/soap_binding_provider.h> #include <lasso/xml/saml_assertion.h> +#include <lasso/xml/disco_description.h> #define LASSO_TYPE_WSF_PROFILE (lasso_wsf_profile_get_type()) #define LASSO_WSF_PROFILE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), \ |
