From 858bd80ada322a071b8026facdfdf862aea6b411 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 20:09:51 +0000 Subject: [PATCH] change back the glib include git-svn-id: http://ltt.polymtl.ca/svn@64 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/config.h.in | 3 +++ ltt/branches/poly/include/ltt/ltt-private.h | 2 +- ltt/branches/poly/include/lttv/hook.h | 2 +- ltt/branches/poly/lttv/plugins/examples/sampledep.c | 4 ++-- ltt/branches/poly/lttv/plugins/examples/samplemodule.c | 4 ++-- ltt/branches/poly/lttv/plugins/examples/samplemodule2.c | 4 ++-- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ltt/branches/poly/config.h.in b/ltt/branches/poly/config.h.in index e16fb678..14e03ef2 100644 --- a/ltt/branches/poly/config.h.in +++ b/ltt/branches/poly/config.h.in @@ -6,6 +6,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_GLIB_2_0_GLIB_H + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/ltt/branches/poly/include/ltt/ltt-private.h b/ltt/branches/poly/include/ltt/ltt-private.h index a94d8c1b..a15c9f43 100644 --- a/ltt/branches/poly/include/ltt/ltt-private.h +++ b/ltt/branches/poly/include/ltt/ltt-private.h @@ -1,4 +1,4 @@ -#include +#include #include "ltt/ltt.h" /* structure definition */ diff --git a/ltt/branches/poly/include/lttv/hook.h b/ltt/branches/poly/include/lttv/hook.h index 61e53ddd..71a0a139 100644 --- a/ltt/branches/poly/include/lttv/hook.h +++ b/ltt/branches/poly/include/lttv/hook.h @@ -1,7 +1,7 @@ #ifndef HOOK_H #define HOOK_H -#include +#include /* A hook is a function to call with the supplied hook data, and with call site specific data (e.g., hooks for events are called with a diff --git a/ltt/branches/poly/lttv/plugins/examples/sampledep.c b/ltt/branches/poly/lttv/plugins/examples/sampledep.c index de9441b5..805c5283 100644 --- a/ltt/branches/poly/lttv/plugins/examples/sampledep.c +++ b/ltt/branches/poly/lttv/plugins/examples/sampledep.c @@ -2,8 +2,8 @@ /* Created by Mathieu Desnoyers, may 2003 */ -#include -#include +#include +#include /* Include module.h from lttv headers for module loading */ #include diff --git a/ltt/branches/poly/lttv/plugins/examples/samplemodule.c b/ltt/branches/poly/lttv/plugins/examples/samplemodule.c index 0552a0c4..e64ab2f4 100644 --- a/ltt/branches/poly/lttv/plugins/examples/samplemodule.c +++ b/ltt/branches/poly/lttv/plugins/examples/samplemodule.c @@ -2,8 +2,8 @@ /* Created by Mathieu Desnoyers, may 2003 */ -#include -#include +#include +#include G_MODULE_EXPORT void init() { g_critical("Sample module init()"); diff --git a/ltt/branches/poly/lttv/plugins/examples/samplemodule2.c b/ltt/branches/poly/lttv/plugins/examples/samplemodule2.c index b01eee9c..3d7bb1c0 100644 --- a/ltt/branches/poly/lttv/plugins/examples/samplemodule2.c +++ b/ltt/branches/poly/lttv/plugins/examples/samplemodule2.c @@ -2,8 +2,8 @@ /* Created by Mathieu Desnoyers, may 2003 */ -#include -#include +#include +#include G_MODULE_EXPORT void init() { g_critical("Sample module 2 init()"); -- 2.34.1