Building w/Necko. For some reason prmem.h is not being included on the

NECKO=1 build.  Added include.
This commit is contained in:
jevering%netscape.com 1999-07-14 17:13:05 +00:00
parent 4388374114
commit 4984bea6a5
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;