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) {