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:
jevering%netscape.com 1999-07-14 17:13:05 +00:00
parent 3bb58770c0
commit 7c308d2d10
2 changed files with 8 additions and 0 deletions

View File

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

View File

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