From 040431ebaa3a4616b09595f3cc96f070cdb54f58 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 27 Mar 2009 15:06:35 +0000 Subject: Core: debug.h need export.h * lasso/debug.h: export.h is needed for the LASSO_EXPORT macro. --- lasso/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lasso') 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 +#include "export.h" LASSO_EXPORT extern gboolean lasso_flag_verify_signature; LASSO_EXPORT extern gboolean lasso_flag_memory_debug; -- cgit