aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2014-04-20 08:47:25 +0000
committerSimon Tatham <anakin@pobox.com>2014-04-20 08:47:25 +0000
commit5e637af2433cf64ccf6c69958e808bbd8e9f2d10 (patch)
treed3eb55a829efae13831124584825a7d34f31090f
parentfd392c8e74cbc619d3b0fac876130cd16366c700 (diff)
downloadpuzzles-5e637af2433cf64ccf6c69958e808bbd8e9f2d10.zip
puzzles-5e637af2433cf64ccf6c69958e808bbd8e9f2d10.tar.gz
puzzles-5e637af2433cf64ccf6c69958e808bbd8e9f2d10.tar.bz2
puzzles-5e637af2433cf64ccf6c69958e808bbd8e9f2d10.tar.xz
Add a missing #include.
[originally from svn r10179]
-rw-r--r--emcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/emcc.c b/emcc.c
index dda5716..1c07a37 100644
--- a/emcc.c
+++ b/emcc.c
@@ -49,6 +49,7 @@
#include <assert.h>
#include <string.h>
+#include <stdarg.h>
#include "puzzles.h"