chiark / gitweb /
Add a missing #include.
authorSimon Tatham <anakin@pobox.com>
Sun, 20 Apr 2014 08:47:25 +0000 (08:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 20 Apr 2014 08:47:25 +0000 (08:47 +0000)
[originally from svn r10179]

emcc.c

diff --git a/emcc.c b/emcc.c
index dda571645645f2623c0d7f321706d99074051dfd..1c07a3703a467408f8f67caf2a7b206c8cd55b7c 100644 (file)
--- a/emcc.c
+++ b/emcc.c
@@ -49,6 +49,7 @@
 
 #include <assert.h>
 #include <string.h>
+#include <stdarg.h>
 
 #include "puzzles.h"