chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd392c8
)
Add a missing #include.
author
Simon Tatham
<anakin@pobox.com>
Sun, 20 Apr 2014 08:47:25 +0000
(08:47 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Sun, 20 Apr 2014 08:47:25 +0000
(08:47 +0000)
[originally from svn r10179]
emcc.c
patch
|
blob
|
history
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"