Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index 11afbed4ccf2aecc711f819aa9e2c029d0c6fb46..b6de60fe8ad278427ec0853600edf1fc037db5a4 100644 (file)
    before each trace, to print each event, and to print statistics
    after each trace. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <lttv/lttv.h>
 #include <lttv/option.h>
 #include <lttv/module.h>
This page took 0.023065 seconds and 4 git commands to generate.