chiark / gitweb /
GNUstep compatibility: add a missing #include.
authorSimon Tatham <anakin@pobox.com>
Sun, 6 May 2012 14:01:38 +0000 (14:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 6 May 2012 14:01:38 +0000 (14:01 +0000)
[originally from svn r9504]

osx.m

diff --git a/osx.m b/osx.m
index fdcef1e186f04426c36aa66b970ed8fdd169d906..53d14bafd8edd07a63c051fe50c70cf3e5235a7b 100644 (file)
--- 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"