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