mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-20 18:32:06 +00:00
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:
parent
c9ed820419
commit
3e2fb2d35a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue