summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-08-04 14:22:26 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-08-04 14:22:26 +0000
commit42342c45619de52226ce2c2860c91c93fe5aa720 (patch)
tree575e37d838c7f4061f16cd3a16665cf5736c7ffc /lasso/lasso.c
parent5390b82f32b28884eb411a57787dede171c53a73 (diff)
downloadlasso-42342c45619de52226ce2c2860c91c93fe5aa720.tar.gz
lasso-42342c45619de52226ce2c2860c91c93fe5aa720.tar.xz
lasso-42342c45619de52226ce2c2860c91c93fe5aa720.zip
Moved '#include <lasso/lasso_config.h> into lasso.c
Added also in py_lasso.c
Diffstat (limited to 'lasso/lasso.c')
-rw-r--r--lasso/lasso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/lasso.c b/lasso/lasso.c
index d6b7b43f..631ca281 100644
--- a/lasso/lasso.c
+++ b/lasso/lasso.c
@@ -27,6 +27,7 @@
#include <xmlsec/crypto.h>
#include <libxslt/xslt.h>
+#include "lasso_config.h"
#include "lasso.h"
#if defined _MSC_VER