--- trunk/src/cache.h 2009/11/03 20:20:39 157 +++ trunk/src/cache.h 2009/11/04 14:54:52 158 @@ -20,6 +20,8 @@ #ifndef CACHE_H #define CACHE_H +#include "gcvote.h" + /* number of heading values used max for averaging */ #define MAX_AVERAGE 10 @@ -58,6 +60,9 @@ GtkWidget *pos_lat_label, *pos_lon_label; GtkWidget *bearing_hbox; + GtkWidget *votes, *quality, *ratebox; + gcvote_request_t *gcvote_request; + #ifdef USE_MAEMO guint handler_id; #endif