Add missing header for _LIBUNWIND_LOG().
authorLogan Chien <tzuhsiang.chien@gmail.com>
Thu, 26 Jun 2014 12:22:38 +0000 (12:22 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Thu, 26 Jun 2014 12:22:38 +0000 (12:22 +0000)
llvm-svn: 211775

libcxxabi/src/Unwind/config.h

index 638dab2..6f0d1cf 100644 (file)
@@ -15,6 +15,7 @@
 #define LIBUNWIND_CONFIG_H
 
 #include <assert.h>
+#include <stdio.h>
 
 // Define static_assert() unless already defined by compiler.
 #ifndef __has_feature