Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.c
index af39ffdcb57c6c2f51152c3ae618404e3444ed21..6179f95ecd4b5516afc395341e5bbc50b55ab2fc 100644 (file)
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <string.h>
 #include <lttv/tracecontext.h>
 #include <ltt/event.h>
This page took 0.024207 seconds and 4 git commands to generate.