NuCache wasn't building on Unix. Fixed.

git-svn-id: svn://10.0.0.236/trunk@11458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1998-09-29 22:36:06 +00:00
parent 70b47dedc6
commit 5cb01b63fc

View File

@@ -17,7 +17,9 @@
*/
#include "nsCachePref.h"
#include "xp.h"
#ifndef XP_UNIX
#include "xp.h" // This complains on unix. Works ok without there.
#endif
#include "prefapi.h"
#include "prmem.h"
#include "nsCacheManager.h"
@@ -69,7 +71,7 @@ nsCachePref::SetupPrefs(const char* i_Pref)
{
PRBool bSetupAll = PR_FALSE;
long nTemp;
int32 nTemp;
char* tempPref=0;
if (!i_Pref)