Fix for SCO build. bitypes.h defines int32_t and was missing from stub files. Not a problem in real sun-java. Thanks briano@netscape.com

git-svn-id: svn://10.0.0.236/trunk@2173 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hshaw
1998-05-22 09:31:16 +00:00
parent 0c2f6f30df
commit 7b81da6fb3

View File

@@ -21,6 +21,11 @@
#include "prtypes.h"
#include "nspr_md.h"
/* Some platforms need this to define int32_t */
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
PR_BEGIN_EXTERN_C
#if (defined(__sun) && !defined(SOLARIS2_6)) || defined(HPUX9) || defined(HPUX10_10) || defined(XP_PC) || defined(AIX) || defined(OSF1) || defined(XP_MAC) || defined(SONY) || defined(SNI) || defined(UNIXWARE) || defined(LINUX)