Add DEBUG-only include of "prenv.h". Bustage fix.

git-svn-id: svn://10.0.0.236/trunk@106487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%netscape.com 2001-10-27 17:27:29 +00:00
parent e2267e9bac
commit 38b6df0b56

View File

@ -33,6 +33,9 @@
#include <Processes.h>
#include <Gestalt.h>
#include "nsIInternetConfigService.h"
#ifdef DEBUG
#include "prenv.h" // For PR_Getenv
#endif
#elif defined(XP_WIN)
#include <windows.h>
#include <shlobj.h>