diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-06-21 17:20:55 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-06-21 17:20:55 +0000 |
| commit | 68d23680641fb87b86507e58b1f32f65e85ff95e (patch) | |
| tree | 58e73afd914fde42240cfc77c8f02793146792ac | |
| parent | 3bb89997190d5c894d2812bc9fcb9b46a5bc1cb4 (diff) | |
| download | bcm5719-llvm-68d23680641fb87b86507e58b1f32f65e85ff95e.tar.gz bcm5719-llvm-68d23680641fb87b86507e58b1f32f65e85ff95e.zip | |
Include stdint.h instead of stdio.h.
llvm-svn: 52578
| -rw-r--r-- | clang/test/Analysis/complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/complex.c b/clang/test/Analysis/complex.c index 75612931710..0698d9cd8b6 100644 --- a/clang/test/Analysis/complex.c +++ b/clang/test/Analysis/complex.c @@ -1,6 +1,6 @@ // RUN: clang -checker-simple -verify %s -#include <stdlib.h> +#include <stdint.h> int f1(int * p) { |

