зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1725145 - add header for getpid() for win platform. r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D123545
This commit is contained in:
Родитель
e9592f0e49
Коммит
eeb2d05d90
|
@ -30,6 +30,10 @@
|
|||
#include "PeerConnectionCtx.h"
|
||||
#include "PeerConnectionImpl.h"
|
||||
|
||||
#ifdef XP_WIN
|
||||
# include <process.h>
|
||||
#endif
|
||||
|
||||
namespace mozilla::dom {
|
||||
|
||||
typedef nsMainThreadPtrHandle<WebrtcGlobalStatisticsCallback>
|
||||
|
|
Загрузка…
Ссылка в новой задаче