mozilla-libproxy.patch
changeset 916 2f9f2e040647
parent 915 e969636be188
child 918 0f93e8da34b6
child 922 bf541a540a74
equal deleted inserted replaced
915:e969636be188 916:2f9f2e040647
     1 # HG changeset patch
       
     2 # User Wolfgang Rosenauer <wr@rosenauer.org>
       
     3 # Parent  95b421ca30846be2b5d7230d72263e6dff042d0b
       
     4 Bug 1220399 - building with libproxy support fails
       
     5 
       
     6 diff --git a/toolkit/system/unixproxy/nsLibProxySettings.cpp b/toolkit/system/unixproxy/nsLibProxySettings.cpp
       
     7 --- a/toolkit/system/unixproxy/nsLibProxySettings.cpp
       
     8 +++ b/toolkit/system/unixproxy/nsLibProxySettings.cpp
       
     9 @@ -2,16 +2,17 @@
       
    10  /* This Source Code Form is subject to the terms of the Mozilla Public
       
    11   * License, v. 2.0. If a copy of the MPL was not distributed with this
       
    12   * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       
    13  
       
    14  #include "nsISystemProxySettings.h"
       
    15  #include "mozilla/ModuleUtils.h"
       
    16  #include "nsIServiceManager.h"
       
    17  #include "nsIURI.h"
       
    18 +#include "nsNetCID.h"
       
    19  #include "nsString.h"
       
    20  #include "nsCOMPtr.h"
       
    21  #include "nspr.h"
       
    22  
       
    23  extern "C" {
       
    24  #include <proxy.h>
       
    25  }
       
    26