Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / lttv / traceset.c
index bfd7510715c8c3b616c31506f04911b27342f957..181bdd53430de5739316262bc618ebc1e29a2d40 100644 (file)
@@ -16,6 +16,9 @@
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <lttv/traceset.h>
 #include <lttv/iattribute.h>
This page took 0.022414 seconds and 4 git commands to generate.