From: Simon Tatham Date: Sun, 6 May 2012 14:01:38 +0000 (+0000) Subject: GNUstep compatibility: add a missing #include. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=eae4059d3de37df28c72a5013491ee1359152798;p=sgt-puzzles.git GNUstep compatibility: add a missing #include. [originally from svn r9504] --- 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"