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

This commit is contained in:
peterv%netscape.com 2001-10-27 17:27:29 +00:00
parent 40c2ca81aa
commit 9b87fad07e

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