Bug 487754 - Problems building qcms on FreeBSD. r=jrmuizel

This commit is contained in:
Marco Perez 2009-04-14 11:08:23 -04:00
Родитель ef6d1774ca
Коммит 3aa8c0a10c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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