From a18f55d2174473d341eae2b067e525f751fb817b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 11 Jul 2008 04:11:22 +0000 Subject: [PATCH] forgot an #include --- libtransmission/platform.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libtransmission/platform.c b/libtransmission/platform.c index 0c374495c..92a0c246d 100644 --- a/libtransmission/platform.c +++ b/libtransmission/platform.c @@ -44,6 +44,7 @@ #include #include +#include #include #include #include @@ -535,7 +536,8 @@ tr_getClutchDir( const tr_session * session UNUSED ) else { #ifdef SYS_DARWIN -#error not implemented +#warning FIXME BentMyWookie +#error darwin version not implemented #elif defined(WIN32) #warning hey win32 people is this good or is there a better implementation of the next four lines char appdata[MAX_PATH_LENGTH];