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
Родитель d7efa3bda8
Коммит 1dffedf3df
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

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