Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / libltt / libltt.c
index 24d4484e765fbff7f92bab3f0103509340ea1998..5363f843f33eb3c75cb3df8fffac603b7f95a019 100644 (file)
  *     
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <libltt/libltt.h>
 #include <errno.h>
 #include <stdio.h>
This page took 0.023228 seconds and 4 git commands to generate.