Attempting to fix AIX bustage.

git-svn-id: svn://10.0.0.236/trunk@159097 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-12 20:21:02 +00:00
parent 868d830e59
commit 1a515d4f3f

View File

@@ -44,6 +44,9 @@
#if defined(WIN32) || defined(OS2)
typedef int int32_t;
typedef unsigned int uint32_t;
#elif defined(AIX)
typedef int int32_t;
typedef unsigned int uint32_t;
#else
#include <stdint.h>