зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1055113 - Unbreak non-unified build on FreeBSD after bug 988816. r=swu, r=jduell
This commit is contained in:
Родитель
b2c0e8a827
Коммит
cae12d5c72
|
@ -20,6 +20,10 @@
|
|||
// needed to alloc/free NSPR file descriptors
|
||||
#include "private/pprio.h"
|
||||
|
||||
#if !defined(XP_WIN) && !defined(MOZ_WIDGET_COCOA)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
using namespace mozilla::ipc;
|
||||
|
||||
namespace mozilla {
|
||||
|
|
Загрузка…
Ссылка в новой задаче