commit | cf69f2c1b211c0846ad2bf88db701611d07a81c6 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Sat Jun 21 17:20:55 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Sat Jun 21 17:20:55 2008 +0000 |
tree | 6dc4e65ae3b9dcac54deb9fba8a3a2167ddd4f68 | |
parent | d1346a57609f19c8f383620d093437c0c3a99cda [diff] [blame] |
Include stdint.h instead of stdio.h. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52578 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c index 7561293..0698d9c 100644 --- a/test/Analysis/complex.c +++ b/test/Analysis/complex.c
@@ -1,6 +1,6 @@ // RUN: clang -checker-simple -verify %s -#include <stdlib.h> +#include <stdint.h> int f1(int * p) {