commit | 394608ee005472ee6496719ac0cde04b2534b737 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 17 16:01:07 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 17 15:20:11 2015 +0000 |
tree | cdde688c0097b7fdee2b49948e15e342259e931f | |
parent | 01bb5f9a00692ab45a5bb53c15b0d63772206c51 [diff] [blame] |
Fix misplaced includes
diff --git a/library/x509_crl.c b/library/x509_crl.c index 78b925c..94076e7 100644 --- a/library/x509_crl.c +++ b/library/x509_crl.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