GNUstep compatibility: add a missing #include.

[originally from svn r9504]
This commit is contained in:
Simon Tatham
2012-05-06 14:01:38 +00:00
parent d58fc30444
commit eae4059d3d

1
osx.m
View File

@ -80,6 +80,7 @@
#define COMBINED /* we put all the puzzles in one binary in this port */
#include <ctype.h>
#include <time.h>
#include <sys/time.h>
#import <Cocoa/Cocoa.h>
#include "puzzles.h"