diff options
| author | Simon Tatham <anakin@pobox.com> | 2012-05-06 14:01:38 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2012-05-06 14:01:38 +0000 |
| commit | eae4059d3de37df28c72a5013491ee1359152798 (patch) | |
| tree | 080a0cda389b5d70e0aafc8d4151ee51a78f72fa | |
| parent | d58fc304445ce752186527f48463adbf74ca8a9c (diff) | |
| download | puzzles-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.m | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |