sync with 0.9.10cvs11
[claws.git] / src / inc.h
index 217d464aa235f17e9b518abc7c30268b3291082d..967233042d44991e2f1c1dd192097790b7ebdae3 100644 (file)
--- a/src/inc.h
+++ b/src/inc.h
@@ -26,6 +26,7 @@
 
 #include <glib.h>
 #include <time.h>
+#include <sys/time.h>
 
 #include "mainwindow.h"
 #include "progressdialog.h"
@@ -58,8 +59,8 @@ struct _IncProgressDialog
 
        gboolean show_dialog;
 
-       guint progress_timer_id;
-       guint folder_timer_id;
+       struct timeval progress_tv;
+       struct timeval folder_tv;
 
        GList *queue_list;      /* list of IncSession */
        gint cur_row;