Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.c
index ce77e4d5ecf936245cccc31e24e68d90735ce777..601696875ae203d7aa8a3dda493f177fb18ed0b3 100644 (file)
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
+#include <lttv/lttv.h>
+#include <lttvwindow/lttvwindow.h>
 
 #include "cfv.h"
 #include "drawing.h"
 #include "processlist.h"
 #include "eventhooks.h"
-#include <lttv/lttv.h>
 
 extern GSList *g_control_flow_data_list;
 
This page took 0.107933 seconds and 4 git commands to generate.