Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / lttv / batchtest.c
index ab50262c708de894bb146ee0551d6bd2aada09d1..3a4a256583fbb7f30c226ef90ceb98990e697282 100644 (file)
 /* This module inserts a hook in the program main loop. This hook processes 
    all the events in the main tracefile while testing the speed and
    functionality of the state and stats computations. */
-#include <string.h>
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <string.h>
 #include <lttv/lttv.h>
 #include <lttv/attribute.h>
 #include <lttv/hook.h>
This page took 0.022593 seconds and 4 git commands to generate.