Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / test.c
index 9e0e2aaba4f65f606d8dddb607b096b716d61945..8a71a52e2658457bbf46fd9a4246999eb94f2eb7 100644 (file)
@@ -16,6 +16,9 @@
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 static void destroy_cb( GtkWidget *widget,
                                        gpointer   data )
This page took 0.022046 seconds and 4 git commands to generate.