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