header missing
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 3451d769ce207c6693785759f9db93b1b27ff351..0a649b5e6e3ff312fde89ec4b6255e0a3bcc8a83 100644 (file)
@@ -25,7 +25,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <math.h>
-#include <glib/gstdio.h>
+#include <glib.h>
 
 // For realpath
 #include <limits.h>
 #include <ltt/type.h>
 #include <ltt/ltt-types.h>
 
+#ifndef g_open
+#define g_open open
+#endif
+
+
 #define DIR_NAME_SIZE 256
 #define __UNUSED__ __attribute__((__unused__))
 
This page took 0.024009 seconds and 4 git commands to generate.