From: simon Date: Sun, 6 May 2012 14:01:38 +0000 (+0000) Subject: GNUstep compatibility: add a missing #include. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/513a1f8cbc77d81f9536200d83343de8997d9d75 GNUstep compatibility: add a missing #include. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9504 cda61777-01e9-0310-a592-d414129be87e --- 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 +#include #include #import #include "puzzles.h"