Fix: out of tree build by adding missing ini.c include
[lttng-tools.git] / src / common / config / ini.c
index 5384d4a78bb9dff0a1bfda03d389cf705b4ee0bb..18ed705be9c0d74e9ce2a533bb9ca507456186f4 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.022916 seconds and 4 git commands to generate.