From a59bc65c10dfb689dfc0a9352e9ed22c9e88f44d Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Mon, 14 Feb 2005 13:55:48 +0000 Subject: Included xml.h for better lasso_strerror export declaration. --- lasso/errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include +#include -const char* lasso_strerror(int error_code); const char* lasso_strerror(int error_code) -- cgit