Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttctl / lttctl.c
index e4e2908e8df5ce12642742fbe974be5f225edafb..d392e8fa74eb31c7da57584f722763f93d6c2705 100644 (file)
@@ -8,6 +8,10 @@
  *     Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <libltt/libltt.h>
 #include <errno.h>
 #include <stdio.h>
This page took 0.024133 seconds and 4 git commands to generate.