[PATCH][cxxabi] Unwind-sjlj should include stdio

Patrick Wildt mail at patrick-wildt.de
Tue Apr 29 03:26:45 PDT 2014


Hi,

so that the debug log macros can use fprintf in Unwind-sjlj.c, it should
probably include stdio.h.

\Patrick

diff --git a/src/Unwind/Unwind-sjlj.c b/src/Unwind/Unwind-sjlj.c
index f9256b5..6e9c86a 100644
--- a/src/Unwind/Unwind-sjlj.c
+++ b/src/Unwind/Unwind-sjlj.c
@@ -13,6 +13,7 @@
 #include <unwind.h>

 #include <stdint.h>
+#include <stdio.h>
 #include <stdbool.h>
 #include <stdlib.h>



More information about the cfe-commits mailing list