diff --git a/SQLClient.m b/SQLClient.m index f729f2e..d3fe3bc 100644 --- a/SQLClient.m +++ b/SQLClient.m @@ -48,7 +48,8 @@ #include #include -#include +#include +#include #include "SQLClient.h" @@ -1668,7 +1669,7 @@ static void quoteString(NSMutableString *s) */ + (void) _tick: (NSTimer*)t { - GSTickerTimeNow(); + (void) GSTickerTimeNow(); } @end