ref: 5e637af2433cf64ccf6c69958e808bbd8e9f2d10
parent: fd392c8e74cbc619d3b0fac876130cd16366c700
author: Simon Tatham <anakin@pobox.com>
date: Sun Apr 20 04:47:25 EDT 2014
Add a missing #include. [originally from svn r10179]
--- a/emcc.c
+++ b/emcc.c
@@ -49,6 +49,7 @@
#include <assert.h>
#include <string.h>
+#include <stdarg.h>
#include "puzzles.h"