Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / computetrace.c
index 1874e21955ddb8999b699fd5467776f6f9570d96..29f524483b462a9da6d6f905350909043d7864f2 100644 (file)
@@ -16,6 +16,9 @@
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 /* This file does not even compile yet. It is a starting point to compute
    some values in the background. This is why process_trace was split in
This page took 0.022434 seconds and 4 git commands to generate.