From 665e231ceb850f86ceedf80cdb6d13cca52671bf Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 11 May 2011 09:21:11 +0000 Subject: put the destination combo into its own class, changing from the deprecated combo_box_entry_new_text or whatever it is and using it in torrent move dialog also. --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 7898b70..7d85e41 100644 --- a/src/util.h +++ b/src/util.h @@ -27,6 +27,8 @@ #include #include +#include "trg-client.h" + #define trg_strlspeed(a, b) tr_strlspeed(a, b, sizeof(a)) #define trg_strlpercent(a, b) tr_strlpercent(a, b, sizeof(a)) #define trg_strlsize(a, b) tr_strlsize(a, b, sizeof(a)) -- cgit v1.2.3