diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-09 01:09:28 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-09-09 01:09:28 +0200 |
| commit | b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f (patch) | |
| tree | 66a3783aee28154821ec8fc2d81478344fd71c75 /lasso/id-wsf/data_service.c | |
| parent | 8082428d8007e4c712de453b26af7ff7e01771e1 (diff) | |
| download | lasso-b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f.tar.gz lasso-b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f.tar.xz lasso-b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f.zip | |
[ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other strings
Code in core source file which depend upon ID-WSF symbols have been
conditionalized, and each id-wsf source file now include directly its
need string header.
Diffstat (limited to 'lasso/id-wsf/data_service.c')
| -rw-r--r-- | lasso/id-wsf/data_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/id-wsf/data_service.c b/lasso/id-wsf/data_service.c index 37d71287..05b3fa1a 100644 --- a/lasso/id-wsf/data_service.c +++ b/lasso/id-wsf/data_service.c @@ -63,6 +63,7 @@ #include "./discovery.h" #include "./data_service.h" +#include "../xml/idwsf_strings.h" #include "../xml/dst_query.h" #include "../xml/dst_query_response.h" #include "../xml/dst_modify.h" |
