mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 936196 - Explicitly include unistd.h for getpid() on XP_UNIX. r=BenWa
This commit is contained in:
parent
8e00ee4e31
commit
be4abc046a
@ -18,6 +18,8 @@
|
||||
#ifdef XP_WIN
|
||||
#include <process.h>
|
||||
#define getpid _getpid
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "nsXULAppAPI.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user