[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/list.c
Reid Spencer
reid at x10sys.com
Fri Jan 19 14:25:45 PST 2007
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
list.c updated: 1.1 -> 1.2
---
Log message:
Add needed #include.
---
Diffs of the changes: (+1 -0)
list.c | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/SingleSource/UnitTests/Integer/list.c
diff -u llvm-test/SingleSource/UnitTests/Integer/list.c:1.1 llvm-test/SingleSource/UnitTests/Integer/list.c:1.2
--- llvm-test/SingleSource/UnitTests/Integer/list.c:1.1 Thu Jan 18 20:22:46 2007
+++ llvm-test/SingleSource/UnitTests/Integer/list.c Fri Jan 19 16:25:30 2007
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
typedef int __attribute__ ((bitwidth(9))) int9;
typedef int __attribute__ ((bitwidth(7))) int7;
More information about the llvm-commits
mailing list