mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Attempting to fix AIX bustage.
This commit is contained in:
parent
6f433b5419
commit
5574339842
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user