Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / text / batchAnalysis.c
index 60d1cc530ebb2a06475258eefee94b461949b2f6..785ff1a86c27b45a8b2819c22c5f58bd1da98d19 100644 (file)
@@ -19,6 +19,9 @@
 /* This module inserts a hook in the program main loop. This hook processes 
    all the events in the main tracefile. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <lttv/lttv.h>
 #include <lttv/attribute.h>
This page took 0.023505 seconds and 4 git commands to generate.