diff -r e4fa9844604e -r 7913ca5779dc mozilla-kde.patch --- a/mozilla-kde.patch Sun Aug 31 09:42:43 2014 +0200 +++ b/mozilla-kde.patch Wed Sep 03 20:00:34 2014 +0200 @@ -2840,11 +2840,14 @@ new file mode 100644 --- /dev/null +++ b/uriloader/exthandler/unix/nsKDERegistry.h -@@ -0,0 +1,29 @@ +@@ -0,0 +1,34 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + ++#ifndef nsKDERegistry_h__ ++#define nsKDERegistry_h__ ++ +#include "nsIURI.h" +#include "nsCOMPtr.h" +#include "nsTArray.h" @@ -2870,6 +2873,8 @@ + static already_AddRefed GetFromHelper(const nsTArray& command); + +}; ++ ++#endif //nsKDERegistry_h__ diff --git a/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp b/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp --- a/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp +++ b/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp