[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/memory.c
Reid Spencer
reid at x10sys.com
Fri Jan 19 14:28:53 PST 2007
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;
More information about the llvm-commits
mailing list