From 5e637af2433cf64ccf6c69958e808bbd8e9f2d10 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 20 Apr 2014 08:47:25 +0000 Subject: [PATCH 1/1] Add a missing #include. [originally from svn r10179] --- emcc.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2