mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Issue #1805 - Follow-up: Include the same headers for Solaris as well to future-proof gcc versions.
This commit is contained in:
parent
3571cc8de0
commit
065e8bc77b
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
#include "nsIXULRuntime.h"
|
||||
#include "nsJSPrincipals.h"
|
||||
|
||||
#if defined(XP_LINUX)
|
||||
#if defined(XP_LINUX) || defined(XP_SOLARIS)
|
||||
// For getrlimit and min/max.
|
||||
#include <algorithm>
|
||||
#include <sys/resource.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue