Bug 935701 - Fix bustage on CLOSED TREE. r=bustage

--HG--
extra : rebase_source : b7586d185b814dcaa63a50a7ca932abb9759baea
This commit is contained in:
Benoit Girard 2013-11-06 22:18:23 -05:00
parent 225dafc1de
commit 8ff314dc5d

View File

@ -15,6 +15,11 @@
#include "gfxPlatform.h"
#ifdef XP_WIN
#include <process.h>
#define getpid _getpid
#endif
#include "nsXULAppAPI.h"
#include "nsDirectoryServiceUtils.h"
#include "nsDirectoryServiceDefs.h"