mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Add DEBUG-only include of "prenv.h". Bustage fix.
This commit is contained in:
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user