From: Joel Stanley Date: Tue, 24 Jun 2003 02:46:47 +0000 (+0000) Subject: Prevented inclusion of (non-existent) stdint.h on Sparc. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b1b3fb3b6a7d5a1af2dda3e3fa1201bb118694b4;p=oota-llvm.git Prevented inclusion of (non-existent) stdint.h on Sparc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6876 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/libtrace/tracelib.c b/runtime/libtrace/tracelib.c index 9fe5a7dd25c..6046f8a5b40 100644 --- a/runtime/libtrace/tracelib.c +++ b/runtime/libtrace/tracelib.c @@ -10,7 +10,9 @@ #include #include #include +#ifndef sun #include +#endif /*===---------------------------------------------------------------------===== * HASH FUNCTIONS