From 6d7cb4668f826d6376e8c960b0fe7d078c09d3e5 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sun, 8 Mar 2015 21:08:39 +0000 Subject: [PATCH] Avoid warnings on !PowerPC llvm-svn: 231609 --- compiler-rt/test/builtins/Unit/fixunstfdi_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler-rt/test/builtins/Unit/fixunstfdi_test.c b/compiler-rt/test/builtins/Unit/fixunstfdi_test.c index d0a5db7..a5a9460 100644 --- a/compiler-rt/test/builtins/Unit/fixunstfdi_test.c +++ b/compiler-rt/test/builtins/Unit/fixunstfdi_test.c @@ -11,10 +11,11 @@ // //===----------------------------------------------------------------------===// +#include + #if _ARCH_PPC #include "int_lib.h" -#include // Returns: convert a to a unsigned long long, rounding toward zero. // Negative values all become zero. -- 2.7.4