Fix: out of tree build by adding missing ini.c include
[lttng-tools.git] / src / common / config / ini.c
index 4369a32f93bd3317a9e6d9d08286f6d2d469bbb9..7b2a4b6530ac478434021edc0b65ea13a13c51df 100644 (file)
  * 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"
 
This page took 0.023762 seconds and 5 git commands to generate.