chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58fc30
)
GNUstep compatibility: add a missing #include.
author
Simon Tatham
<anakin@pobox.com>
Sun, 6 May 2012 14:01:38 +0000
(14:01 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Sun, 6 May 2012 14:01:38 +0000
(14:01 +0000)
[originally from svn r9504]
osx.m
patch
|
blob
|
history
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"