Bug 1221620, attempted bustage fix, as netinet/in.h isn't available on Windows, r=me
authorKai Engert <kaie@kuix.de>
Fri, 05 Feb 2016 11:38:00 +0100 (2016-02-05)
changeset 11857 5cbc92f72be32be8729c8331159fb0a149170941
parent 11856 1ba7cd83c6729baf4660f8bb3258ec6342a353f5
child 11858 b459ec1f23f77b1377f56cb00e3900be0c504964
push id967
push userkaie@kuix.de
push dateFri, 05 Feb 2016 10:38:08 +0000 (2016-02-05)
reviewersme
bugs1221620
Bug 1221620, attempted bustage fix, as netinet/in.h isn't available on Windows, r=me
external_tests/der_gtest/der_getint_unittest.cc
--- a/external_tests/der_gtest/der_getint_unittest.cc
+++ b/external_tests/der_gtest/der_getint_unittest.cc
@@ -4,17 +4,16 @@
  * 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 "nss.h"
 #include "pk11pub.h"
 #include "secutil.h"
 #include <memory>
 #include <climits>
-#include <netinet/in.h>
 
 #include "gtest/gtest.h"
 #include "scoped_ptrs.h"
 
 namespace nss_test {
 
 class DERIntegerDecodingTest : public ::testing::Test {
  public: