]> granicus.if.org Git - clang/commitdiff
Include stdint.h instead of stdio.h.
authorTed Kremenek <kremenek@apple.com>
Sat, 21 Jun 2008 17:20:55 +0000 (17:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 21 Jun 2008 17:20:55 +0000 (17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52578 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/complex.c

index 75612931710164efa399807483725395d3623785..0698d9cd8b691943818bc54c37fb4a63e3425635 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: clang -checker-simple -verify %s
 
-#include <stdlib.h>
+#include <stdint.h>
 
 int f1(int * p) {