Fix include

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@22018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-11-15 14:16:37 +00:00
parent c9ed820419
commit 3e2fb2d35a

View file

@ -48,7 +48,8 @@
#include <Foundation/NSTimer.h>
#include <GNUstepBase/GSLock.h>
#include <Performance/Performance.h>
#include <Performance/GSCache.h>
#include <Performance/GSTicker.h>
#include "SQLClient.h"
@ -1668,7 +1669,7 @@ static void quoteString(NSMutableString *s)
*/
+ (void) _tick: (NSTimer*)t
{
GSTickerTimeNow();
(void) GSTickerTimeNow();
}
@end