Building w/Necko. For some reason prmem.h is not being included on the
NECKO=1 build. Added include. git-svn-id: svn://10.0.0.236/trunk@39295 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3bb58770c0
commit
7c308d2d10
@ -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