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