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
Родитель 4388374114
Коммит 4984bea6a5
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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