Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / gtkdirsel.c
index 9e6c1ccd780a82d631d3a55a73185bac9d256315..801f59731ed2bf2c5d87edeec6b138f0d7d2bae9 100644 (file)
@@ -21,7 +21,9 @@
  * MA 02111-1307, USA.
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 #include <sys/types.h>
This page took 0.022368 seconds and 4 git commands to generate.