Issue #1805 - Follow-up: Include the same headers for Solaris as well to future-proof gcc versions.

This commit is contained in:
Moonchild 2022-07-15 19:48:18 +00:00 committed by roytam1
commit 065e8bc77b

View file

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