mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
Prevented inclusion of (non-existent) stdint.h on Sparc.
llvm-svn: 6876
This commit is contained in:
parent
e1f9e715c6
commit
81aa4149c0
@ -10,7 +10,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifndef sun
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/*===---------------------------------------------------------------------=====
|
||||
* HASH FUNCTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user