From 417b7b2029358e11938b1a8d6411a5bb784a5630 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 13 Jan 2009 16:50:23 +0000 Subject: [PATCH] (trunk gtk) make hudson-t happy --- gtk/conf.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gtk/conf.h b/gtk/conf.h index 44f5f50b8..dfcb729e6 100644 --- a/gtk/conf.h +++ b/gtk/conf.h @@ -22,15 +22,12 @@ * DEALINGS IN THE SOFTWARE. *****************************************************************************/ -struct tr_benc; - -/** -*** -**/ - #ifndef TG_CONF_H #define TG_CONF_H +#include +#include + int64_t pref_int_get ( const char * key ); void pref_int_set ( const char * key, int64_t value ); void pref_int_set_default ( const char * key, int64_t value );