summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-17 18:02:42 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-17 18:02:42 +0000
commitca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6 (patch)
tree66fa7579314b6af0c8b22ccf418306b9f246f18f /lasso/lasso.h
parentc613c52c2796282a12918160b66632ef401d0374 (diff)
downloadlasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.gz
lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.xz
lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.zip
Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use
those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that.
Diffstat (limited to 'lasso/lasso.h')
-rw-r--r--lasso/lasso.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lasso/lasso.h b/lasso/lasso.h
index 725e0245..5d0bcd43 100644
--- a/lasso/lasso.h
+++ b/lasso/lasso.h
@@ -34,6 +34,9 @@ extern "C" {
# include <windows.h>
#endif
+#include <glib.h>
+#include <glib-object.h>
+
#include <lasso/export.h>
#include <lasso/id-ff/defederation.h>