commit | 981732bb8ef71244957d735f05b40710a740a050 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 17 15:46:45 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 17 15:47:31 2015 +0000 |
tree | e72d7455a90dc3c7027f25740c026cd20102fb61 | |
parent | c3e3395c827dd00986a45c107bf372d871270b1c [diff] [blame] |
Fix missing/misplaced #include's
diff --git a/library/ecp.c b/library/ecp.c index 298c964..26ce962 100644 --- a/library/ecp.c +++ b/library/ecp.c
@@ -57,6 +57,7 @@ #include "polarssl/platform.h" #else #include <stdlib.h> +#include <stdio.h> #define polarssl_printf printf #define polarssl_malloc malloc #define polarssl_free free