fix include names for 2.4 compatibility
[lttv.git] / ltt / branches / poly / ltt / facility.c
index c7e2ecafa215f44c1244eea5b925cdfdd2a4c782..1aa6b432e6089e074b2ff4209cff7637c6f5dc49 100644 (file)
 #include "ltt-private.h"
 #include <ltt/facility.h>
 
+#ifndef g_open
+#define g_open open
+#endif
+
 #define g_close close
 
 /* search for the (named) type in the table, if it does not exist
This page took 0.034255 seconds and 4 git commands to generate.