Prevented inclusion of (non-existent) stdint.h on Sparc.

llvm-svn: 6876
This commit is contained in:
Joel Stanley 2003-06-24 02:46:47 +00:00
parent e1f9e715c6
commit 81aa4149c0

View File

@ -10,7 +10,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifndef sun
#include <stdint.h>
#endif
/*===---------------------------------------------------------------------=====
* HASH FUNCTIONS