Changes in directory llvm-test/SingleSource/UnitTests/Integer:

memory.c updated: 1.1 -> 1.2
---
Log message:

Add needed #include


---
Diffs of the changes:  (+1 -0)

 memory.c |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/SingleSource/UnitTests/Integer/memory.c
diff -u llvm-test/SingleSource/UnitTests/Integer/memory.c:1.1 
llvm-test/SingleSource/UnitTests/Integer/memory.c:1.2
--- llvm-test/SingleSource/UnitTests/Integer/memory.c:1.1       Thu Jan 18 
20:22:46 2007
+++ llvm-test/SingleSource/UnitTests/Integer/memory.c   Fri Jan 19 16:28:37 2007
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h>
 
 typedef int __attribute__ ((bitwidth(31))) int31;
 typedef int __attribute__ ((bitwidth(3))) int3;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to