[lttng-dev] [PATCH lttng-tools 1/2] Fix: out of tree build by adding missing ini.c include
David Goulet
dgoulet at efficios.com
Wed Jul 30 08:50:17 EDT 2014
Merged
On 29 Jul (18:10:27), Mathieu Desnoyers wrote:
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
> ---
> src/common/config/ini.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/common/config/ini.c b/src/common/config/ini.c
> index 4369a32..7b2a4b6 100644
> --- a/src/common/config/ini.c
> +++ b/src/common/config/ini.c
> @@ -31,9 +31,11 @@
> * http://code.google.com/p/inih/
> */
>
> +#define _GNU_SOURCE
> #include <stdio.h>
> #include <ctype.h>
> #include <string.h>
> +#include <common/common.h>
>
> #include "ini.h"
>
> --
> 2.0.1
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: Digital signature
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20140730/c3ea2308/attachment-0001.sig>
More information about the lttng-dev
mailing list