summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-03-27 15:06:35 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-03-27 15:06:35 +0000
commit040431ebaa3a4616b09595f3cc96f070cdb54f58 (patch)
treee27c448f24ad017621fb7a27bffae9782b556493 /lasso
parent61b64a38c5dd41ebf4a7dd1ab2ab6d499578d840 (diff)
downloadlasso-040431ebaa3a4616b09595f3cc96f070cdb54f58.tar.gz
lasso-040431ebaa3a4616b09595f3cc96f070cdb54f58.tar.xz
lasso-040431ebaa3a4616b09595f3cc96f070cdb54f58.zip
Core: debug.h need export.h
* lasso/debug.h: export.h is needed for the LASSO_EXPORT macro.
Diffstat (limited to 'lasso')
-rw-r--r--lasso/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/debug.h b/lasso/debug.h
index 00955873..43a29e63 100644
--- a/lasso/debug.h
+++ b/lasso/debug.h
@@ -30,6 +30,7 @@ extern "C" {
#endif /* __cplusplus */
#include <glib.h>
+#include "export.h"
LASSO_EXPORT extern gboolean lasso_flag_verify_signature;
LASSO_EXPORT extern gboolean lasso_flag_memory_debug;