commit | e94e6e5b9c3d2fca9f83db02f7470abd0f960697 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jan 19 15:01:53 2015 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jan 28 15:28:28 2015 +0100 |
tree | fd0a74592c26dd72b3ed82a40096aaed6129eac9 | |
parent | 9ad7b6ebdef4d13f8c2b31ba99d18f76f7754eff [diff] [blame] |
Fix stdio (non-)inclusion issues.
diff --git a/library/error.c b/library/error.c index 60fec11..3fbec5d 100644 --- a/library/error.c +++ b/library/error.c
@@ -172,7 +172,7 @@ #include "polarssl/xtea.h" #endif - +#include <stdio.h> #include <string.h> #if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \