зеркало из https://github.com/mozilla/gecko-dev.git
Building w/Necko. For some reason prmem.h is not being included on the
NECKO=1 build. Added include.
This commit is contained in:
Родитель
4388374114
Коммит
4984bea6a5
|
@ -86,6 +86,10 @@ static PRBool gPlugDetector = PR_FALSE;
|
|||
#include "net.h"
|
||||
#endif
|
||||
|
||||
#ifdef NECKO
|
||||
#include "prmem.h"
|
||||
#endif
|
||||
|
||||
// Find/Serach Includes
|
||||
const PRInt32 kForward = 0;
|
||||
const PRInt32 kBackward = 1;
|
||||
|
|
|
@ -86,6 +86,10 @@ static PRBool gPlugDetector = PR_FALSE;
|
|||
#include "net.h"
|
||||
#endif
|
||||
|
||||
#ifdef NECKO
|
||||
#include "prmem.h"
|
||||
#endif
|
||||
|
||||
// Find/Serach Includes
|
||||
const PRInt32 kForward = 0;
|
||||
const PRInt32 kBackward = 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче