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; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits