ref: eae4059d3de37df28c72a5013491ee1359152798
parent: d58fc304445ce752186527f48463adbf74ca8a9c
author: Simon Tatham <anakin@pobox.com>
date: Sun May 6 10:01:38 EDT 2012
GNUstep compatibility: add a missing #include. [originally from svn r9504]
--- 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"