Bug 559961 - build fix r=tglek a=blocking

This commit is contained in:
Takanori MATSUURA 2010-08-23 14:37:09 -07:00
Родитель aad0d60838
Коммит 54de8f3c33
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -41,6 +41,7 @@
#include "nsXPCOM.h"
#include "nsIFile.h"
#include "nsILocalFile.h"
#include "mozilla/FileUtils.h"
#include "nsAppRunner.h" // for MAXPATHLEN
#include "nsStringAPI.h"
@ -53,13 +54,14 @@
#include <unistd.h>
#include <sys/stat.h>
#include <mozilla/FileUtils.h>
// If we can't register <buildid>.conf, we try to create a unique filename
// by looping through <buildid>_<int>.conf, but if something is seriously wrong
// we stop at 1000
#define UNIQ_LOOP_LIMIT 1000
using namespace mozilla;
static const char kRegFileGlobal[] = "global.reginfo";
static const char kRegFileUser[] = "user.reginfo";