summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make/platform/clang_darwin_test_input.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 07:33:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 07:33:06 +0000
commit2139c52d338003ec77afed7dec862e0ad4ceb443 (patch)
tree3e7997e6a817356a7e4462f9327c0ebbdb7e0aff /compiler-rt/make/platform/clang_darwin_test_input.c
parentddf1890a5ed78967997720bc35b05b23b000bcf0 (diff)
downloadbcm5719-llvm-2139c52d338003ec77afed7dec862e0ad4ceb443.tar.gz
bcm5719-llvm-2139c52d338003ec77afed7dec862e0ad4ceb443.zip
lib: Finish int_math.h definitions using compiler builtins and eliminate
implementation use of <math.h>. llvm-svn: 144786
Diffstat (limited to 'compiler-rt/make/platform/clang_darwin_test_input.c')
-rw-r--r--compiler-rt/make/platform/clang_darwin_test_input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/make/platform/clang_darwin_test_input.c b/compiler-rt/make/platform/clang_darwin_test_input.c
index 5a8898b8b42..b7074b852d8 100644
--- a/compiler-rt/make/platform/clang_darwin_test_input.c
+++ b/compiler-rt/make/platform/clang_darwin_test_input.c
@@ -2,4 +2,5 @@
#include <limits.h>
#include <stdint.h>
-#include <math.h>
+#include <stdlib.h>
+#include <stdio.h>
OpenPOWER on IntegriCloud