Fix stdio (non-)inclusion issues.
diff --git a/library/error.c b/library/error.c
index 60fec11..3fbec5d 100644
--- a/library/error.c
+++ b/library/error.c
@@ -172,7 +172,7 @@
 #include "polarssl/xtea.h"
 #endif
 
-
+#include <stdio.h>
 #include <string.h>
 
 #if defined(_MSC_VER) && !defined  snprintf && !defined(EFIX64) && \