diff options
| author | Simon Tatham <anakin@pobox.com> | 2014-04-20 08:47:25 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2014-04-20 08:47:25 +0000 |
| commit | 5e637af2433cf64ccf6c69958e808bbd8e9f2d10 (patch) | |
| tree | d3eb55a829efae13831124584825a7d34f31090f | |
| parent | fd392c8e74cbc619d3b0fac876130cd16366c700 (diff) | |
| download | puzzles-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ #include <assert.h> #include <string.h> +#include <stdarg.h> #include "puzzles.h" |