[llvm-commits] [compiler-rt] r85396 - in /compiler-rt/trunk/test/Unit: absvdi2_test.c absvsi2_test.c absvti2_test.c
Shantonu Sen
ssen at apple.com
Wed Oct 28 08:46:10 PDT 2009
Author: ssen
Date: Wed Oct 28 10:46:10 2009
New Revision: 85396
URL: http://llvm.org/viewvc/llvm-project?rev=85396&view=rev
Log:
Add stdlib.h for rand() prototype
Modified:
compiler-rt/trunk/test/Unit/absvdi2_test.c
compiler-rt/trunk/test/Unit/absvsi2_test.c
compiler-rt/trunk/test/Unit/absvti2_test.c
Modified: compiler-rt/trunk/test/Unit/absvdi2_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/Unit/absvdi2_test.c?rev=85396&r1=85395&r2=85396&view=diff
==============================================================================
--- compiler-rt/trunk/test/Unit/absvdi2_test.c (original)
+++ compiler-rt/trunk/test/Unit/absvdi2_test.c Wed Oct 28 10:46:10 2009
@@ -13,6 +13,7 @@
#include "int_lib.h"
#include <stdio.h>
+#include <stdlib.h>
// Returns: absolute value
Modified: compiler-rt/trunk/test/Unit/absvsi2_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/Unit/absvsi2_test.c?rev=85396&r1=85395&r2=85396&view=diff
==============================================================================
--- compiler-rt/trunk/test/Unit/absvsi2_test.c (original)
+++ compiler-rt/trunk/test/Unit/absvsi2_test.c Wed Oct 28 10:46:10 2009
@@ -13,6 +13,7 @@
#include "int_lib.h"
#include <stdio.h>
+#include <stdlib.h>
// Returns: absolute value
Modified: compiler-rt/trunk/test/Unit/absvti2_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/Unit/absvti2_test.c?rev=85396&r1=85395&r2=85396&view=diff
==============================================================================
--- compiler-rt/trunk/test/Unit/absvti2_test.c (original)
+++ compiler-rt/trunk/test/Unit/absvti2_test.c Wed Oct 28 10:46:10 2009
@@ -15,6 +15,7 @@
#include "int_lib.h"
#include <stdio.h>
+#include <stdlib.h>
// Returns: absolute value
More information about the llvm-commits
mailing list