Bug 1055113 - Unbreak non-unified build on FreeBSD after bug 988816. r=swu, r=jduell

This commit is contained in:
Jan Beich 2014-08-18 11:59:00 -04:00
parent 3d72ae267f
commit 2cd6e9f411

View File

@ -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 {