mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +00:00
Workaround for sun386i breakage.
This commit is contained in:
parent
3d21ed5037
commit
f1e85d538a
@ -33,6 +33,10 @@
|
||||
#include <Processes.h>
|
||||
#include <TextUtils.h>
|
||||
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||
#elif defined(XP_UNIX)
|
||||
#ifndef PR_PATH_SEPARATOR
|
||||
#define PR_PATH_SEPARATOR ':' // nspr doesn't like sun386i?
|
||||
#endif
|
||||
#else
|
||||
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||
#endif
|
||||
|
@ -33,6 +33,10 @@
|
||||
#include <Processes.h>
|
||||
#include <TextUtils.h>
|
||||
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||
#elif defined(XP_UNIX)
|
||||
#ifndef PR_PATH_SEPARATOR
|
||||
#define PR_PATH_SEPARATOR ':' // nspr doesn't like sun386i?
|
||||
#endif
|
||||
#else
|
||||
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user