From: Ted Kremenek Date: Sat, 21 Jun 2008 17:20:55 +0000 (+0000) Subject: Include stdint.h instead of stdio.h. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39a1884968170f7ca948a236ebc5d510c0c45af5;p=clang 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 7561293171..0698d9cd8b 100644 --- a/test/Analysis/complex.c +++ b/test/Analysis/complex.c @@ -1,6 +1,6 @@ // RUN: clang -checker-simple -verify %s -#include +#include int f1(int * p) {