diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2005-02-14 13:55:48 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2005-02-14 13:55:48 +0000 |
| commit | a59bc65c10dfb689dfc0a9352e9ed22c9e88f44d (patch) | |
| tree | 4fef8286aa3c50497ef2ffce0d624b57e0a3abb9 | |
| parent | 3f4d3f433a4554dfb94c772756ae6350c3b75df0 (diff) | |
| download | lasso-a59bc65c10dfb689dfc0a9352e9ed22c9e88f44d.tar.gz lasso-a59bc65c10dfb689dfc0a9352e9ed22c9e88f44d.tar.xz lasso-a59bc65c10dfb689dfc0a9352e9ed22c9e88f44d.zip | |
Included xml.h for better lasso_strerror export declaration.
| -rw-r--r-- | lasso/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/errors.c b/lasso/errors.c index f1e73af2..6df10a86 100644 --- a/lasso/errors.c +++ b/lasso/errors.c @@ -24,8 +24,8 @@ #include <glib/gstrfuncs.h> #include <lasso/errors.h> +#include <lasso/xml/xml.h> -const char* lasso_strerror(int error_code); const char* lasso_strerror(int error_code) |
