From: compudj Date: Tue, 26 Jul 2005 22:17:47 +0000 (+0000) Subject: Add config.h support : will fix the LARGEFILE problem X-Git-Tag: 0.80~216 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=0bb647f5f54a11a39d98906ff7e085a78d24b043;p=ltt-control.git Add config.h support : will fix the LARGEFILE problem git-svn-id: http://ltt.polymtl.ca/svn@984 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttd/lttd.c b/ltt/branches/poly/lttd/lttd.c index 63d483b..fda5de5 100644 --- a/ltt/branches/poly/lttd/lttd.c +++ b/ltt/branches/poly/lttd/lttd.c @@ -10,8 +10,11 @@ * Mathieu Desnoyers */ -#define _GNU_SOURCE +#ifdef HAVE_CONFIG_H #include +#endif + +#define _GNU_SOURCE #include #include #include