From 36796df81552d8ad7ca194c12ac71853aeca73c5 Mon Sep 17 00:00:00 2001 From: Rich Evans Date: Thu, 12 Feb 2015 18:27:14 +0000 Subject: [PATCH] Added missing stdio in lib x509.c needed for sscanf --- library/x509.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/x509.c b/library/x509.c index c9b196f460..4946ce6baa 100644 --- a/library/x509.c +++ b/library/x509.c @@ -42,6 +42,7 @@ #include "polarssl/asn1.h" #include "polarssl/oid.h" +#include #include #if defined(POLARSSL_PEM_PARSE_C) @@ -65,6 +66,7 @@ #endif #if defined(POLARSSL_FS_IO) +#include #if !defined(_WIN32) #include #include