зеркало из https://github.com/mozilla/gecko-dev.git
Bug 936196 - Explicitly include unistd.h for getpid() on XP_UNIX. r=BenWa
This commit is contained in:
Родитель
8e00ee4e31
Коммит
be4abc046a
|
@ -18,6 +18,8 @@
|
|||
#ifdef XP_WIN
|
||||
#include <process.h>
|
||||
#define getpid _getpid
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "nsXULAppAPI.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче