From: Simon Tatham Date: Sun, 20 Apr 2014 08:47:25 +0000 (+0000) Subject: Add a missing #include. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5e637af2433cf64ccf6c69958e808bbd8e9f2d10;p=sgt-puzzles.git Add a missing #include. [originally from svn r10179] --- diff --git a/emcc.c b/emcc.c index dda5716..1c07a37 100644 --- a/emcc.c +++ b/emcc.c @@ -49,6 +49,7 @@ #include #include +#include #include "puzzles.h"