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 9fe5a7d..6046f8a 100644
--- a/runtime/libtrace/tracelib.c
+++ b/runtime/libtrace/tracelib.c
@@ -10,7 +10,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#ifndef sun
#include <stdint.h>
+#endif
/*===---------------------------------------------------------------------=====
* HASH FUNCTIONS