summaryrefslogtreecommitdiffstats
path: root/test/Analysis/complex.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-06-21 17:20:55 +0000
committerTed Kremenek <kremenek@apple.com>2008-06-21 17:20:55 +0000
commit39a1884968170f7ca948a236ebc5d510c0c45af5 (patch)
tree6dc4e65ae3b9dcac54deb9fba8a3a2167ddd4f68 /test/Analysis/complex.c
parentcf28c72980746707e25a833426315187534d41fc (diff)
Include stdint.h instead of stdio.h.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52578 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/complex.c')
-rw-r--r--test/Analysis/complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c
index 7561293171..0698d9cd8b 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) {