mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Building w/Necko. For some reason prmem.h is not being included on the
NECKO=1 build. Added include.
This commit is contained in:
parent
4388374114
commit
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user