mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
GNUstep compatibility: add a missing #include.
[originally from svn r9504]
This commit is contained in:
1
osx.m
1
osx.m
@ -80,6 +80,7 @@
|
|||||||
#define COMBINED /* we put all the puzzles in one binary in this port */
|
#define COMBINED /* we put all the puzzles in one binary in this port */
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <time.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
#include "puzzles.h"
|
#include "puzzles.h"
|
||||||
|
Reference in New Issue
Block a user