mozilla-libproxy.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Tue, 12 Apr 2016 21:14:38 +0200
branchfirefox45
changeset 907 3ccb278a9ceb
parent 885 ee3c462047d5
permissions -rw-r--r--
prepare gtk3

# HG changeset patch
# User Wolfgang Rosenauer <wr@rosenauer.org>
# Parent  95b421ca30846be2b5d7230d72263e6dff042d0b
Bug 1220399 - building with libproxy support fails

diff --git a/toolkit/system/unixproxy/nsLibProxySettings.cpp b/toolkit/system/unixproxy/nsLibProxySettings.cpp
--- a/toolkit/system/unixproxy/nsLibProxySettings.cpp
+++ b/toolkit/system/unixproxy/nsLibProxySettings.cpp
@@ -2,16 +2,17 @@
 /* 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/. */
 
 #include "nsISystemProxySettings.h"
 #include "mozilla/ModuleUtils.h"
 #include "nsIServiceManager.h"
 #include "nsIURI.h"
+#include "nsNetCID.h"
 #include "nsString.h"
 #include "nsCOMPtr.h"
 #include "nspr.h"
 
 extern "C" {
 #include <proxy.h>
 }