aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2012-05-06 14:01:38 +0000
committerSimon Tatham <anakin@pobox.com>2012-05-06 14:01:38 +0000
commiteae4059d3de37df28c72a5013491ee1359152798 (patch)
tree080a0cda389b5d70e0aafc8d4151ee51a78f72fa
parentd58fc304445ce752186527f48463adbf74ca8a9c (diff)
downloadpuzzles-eae4059d3de37df28c72a5013491ee1359152798.zip
puzzles-eae4059d3de37df28c72a5013491ee1359152798.tar.gz
puzzles-eae4059d3de37df28c72a5013491ee1359152798.tar.bz2
puzzles-eae4059d3de37df28c72a5013491ee1359152798.tar.xz
GNUstep compatibility: add a missing #include.
[originally from svn r9504]
-rw-r--r--osx.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/osx.m b/osx.m
index fdcef1e..53d14ba 100644
--- a/osx.m
+++ b/osx.m
@@ -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"