diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:08 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:08 +0000 |
| commit | dbed9b50e33001c49a007e0360b3de792cf580f2 (patch) | |
| tree | afcecadd7f3a69545e7744c8155cd5ce61ee0d97 | |
| parent | 848a3252a8813c368b68fb8fc2cb9550bceadb8e (diff) | |
WS XML: add forgotten include file to wsa_attributed_uri.c and wsa_endpoint_reference.c
| -rw-r--r-- | lasso/xml/ws/wsa_attributed_uri.c | 1 | ||||
| -rw-r--r-- | lasso/xml/ws/wsa_endpoint_reference.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/ws/wsa_attributed_uri.c b/lasso/xml/ws/wsa_attributed_uri.c index 73770fda..1cbab452 100644 --- a/lasso/xml/ws/wsa_attributed_uri.c +++ b/lasso/xml/ws/wsa_attributed_uri.c @@ -24,6 +24,7 @@ #include "../private.h" #include "wsa_attributed_uri.h" +#include "../../registry.h" /* * Schema fragment (ws-addr.xsd): diff --git a/lasso/xml/ws/wsa_endpoint_reference.c b/lasso/xml/ws/wsa_endpoint_reference.c index c09e67ac..9b2ba300 100644 --- a/lasso/xml/ws/wsa_endpoint_reference.c +++ b/lasso/xml/ws/wsa_endpoint_reference.c @@ -24,6 +24,7 @@ #include "../private.h" #include "wsa_endpoint_reference.h" +#include "../../registry.h" /* * Schema fragment (ws-addr.xsd): |
