Add a missing #include.

[originally from svn r10179]
This commit is contained in:
Simon Tatham
2014-04-20 08:47:25 +00:00
parent fd392c8e74
commit 5e637af243

1
emcc.c
View File

@ -49,6 +49,7 @@
#include <assert.h>
#include <string.h>
#include <stdarg.h>
#include "puzzles.h"