From 2cd6e9f4118c2232ccaf827222fdb26d1386a5ff Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 18 Aug 2014 11:59:00 -0400 Subject: [PATCH] Bug 1055113 - Unbreak non-unified build on FreeBSD after bug 988816. r=swu, r=jduell --- netwerk/ipc/RemoteOpenFileChild.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netwerk/ipc/RemoteOpenFileChild.cpp b/netwerk/ipc/RemoteOpenFileChild.cpp index aba8a21e046..a9321007c79 100644 --- a/netwerk/ipc/RemoteOpenFileChild.cpp +++ b/netwerk/ipc/RemoteOpenFileChild.cpp @@ -20,6 +20,10 @@ // needed to alloc/free NSPR file descriptors #include "private/pprio.h" +#if !defined(XP_WIN) && !defined(MOZ_WIDGET_COCOA) +#include +#endif + using namespace mozilla::ipc; namespace mozilla {