diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index bd8aa1c6..39906e70 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 08:34:39 UTC 2012 - aj@suse.de + +- Fix mozilla-kde.patch to include sys/resource.h for getrlimit etc (glibc 2.16) + ------------------------------------------------------------------- Sat Jul 14 19:31:51 UTC 2012 - wr@rosenauer.org diff --git a/mozilla-kde.patch b/mozilla-kde.patch index cf0f53cf..31b57bf6 100644 --- a/mozilla-kde.patch +++ b/mozilla-kde.patch @@ -2216,7 +2216,7 @@ diff --git a/toolkit/xre/nsKDEUtils.cpp b/toolkit/xre/nsKDEUtils.cpp new file mode 100644 --- /dev/null +++ b/toolkit/xre/nsKDEUtils.cpp -@@ -0,0 +1,372 @@ +@@ -0,0 +1,373 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 @@ -2266,6 +2266,7 @@ new file mode 100644 +#include +#include +#include ++#include +#include +#include +