зеркало из https://github.com/mozilla/gecko-dev.git
Bug 487754 - Problems building qcms on FreeBSD. r=jrmuizel
This commit is contained in:
Родитель
ef6d1774ca
Коммит
3aa8c0a10c
|
@ -17,6 +17,8 @@ typedef PRUint64 uint64_t;
|
|||
#ifdef __OS2__
|
||||
/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
|
||||
#include <stdlib.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
/* FreeBSD typedefs uintptr_t in /usr/include/sys/types.h */
|
||||
#else
|
||||
typedef PRUptrdiff uintptr_t;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче