gcompat: provide backwards compatible functions for older gtk versions
[fio.git] / gfio.h
diff --git a/gfio.h b/gfio.h
index 854f7adffbc5b62974838488ee7320bf68a87887..4d6d5d992ea78d451a3306287f2343e0f0283c23 100644 (file)
--- a/gfio.h
+++ b/gfio.h
@@ -3,6 +3,7 @@
 
 #include <gtk/gtk.h>
 
+#include "gcompat.h"
 #include "stat.h"
 #include "thread_options.h"
 #include "ghelpers.h"
@@ -145,7 +146,9 @@ struct gfio_client {
        struct gui_entry *ge;
        struct fio_client *client;
        GtkWidget *err_entry;
+
        struct flist_head o_list;
+       unsigned int o_list_nr;
 
        struct end_results *results;
        unsigned int nr_results;