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/x509_csr.c b/library/x509_csr.c index ad49abc..826eafd 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c
@@ -51,6 +51,7 @@ #include "polarssl/platform.h" #else #include <stdlib.h> +#include <stdio.h> #define polarssl_free free #define polarssl_malloc malloc #define polarssl_snprintf snprintf