diff options
Diffstat (limited to '')
-rw-r--r-- | www/libxul/files/patch-bug1013675 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libxul/files/patch-bug1013675 b/www/libxul/files/patch-bug1013675 index cb1b4d0f5ea7..eac435acf3d0 100644 --- a/www/libxul/files/patch-bug1013675 +++ b/www/libxul/files/patch-bug1013675 @@ -2,7 +2,7 @@ diff --git xpcom/base/nsDebugImpl.cpp xpcom/base/nsDebugImpl.cpp index 13a286f..293bd73 100644 --- xpcom/base/nsDebugImpl.cpp +++ xpcom/base/nsDebugImpl.cpp -@@ -45,13 +45,44 @@ +@@ -45,12 +45,43 @@ #endif #endif @@ -10,7 +10,6 @@ index 13a286f..293bd73 100644 +#if defined(XP_MACOSX) || defined(__DragonFly__) || defined(__FreeBSD__) \ + || defined(__NetBSD__) || defined(__OpenBSD__) #include <stdbool.h> - #include <sys/types.h> #include <unistd.h> +#include <sys/param.h> #include <sys/sysctl.h> |