Fix stdio (non-)inclusion issues.
diff --git a/library/debug.c b/library/debug.c
index e014c03..d08ecfb 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -32,10 +32,7 @@
#include <stdarg.h>
#include <stdlib.h>
-
-#if defined(EFIX64) || defined(EFI32)
#include <stdio.h>
-#endif
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
#if !defined snprintf
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) && \