From 8fdf0d74111a4f058c0eff4327e75998b60f2023 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 5 Apr 2016 18:29:13 -0500 Subject: [PATCH] Use lower-case header filenames for MinGW cross-compilation --- testApp/remote/testGetPerformance.cpp | 2 +- testApp/remote/testMonitorPerformance.cpp | 2 +- testApp/utils/testInetAddressUtils.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testApp/remote/testGetPerformance.cpp b/testApp/remote/testGetPerformance.cpp index 6f5735f..ae12502 100644 --- a/testApp/remote/testGetPerformance.cpp +++ b/testApp/remote/testGetPerformance.cpp @@ -17,7 +17,7 @@ #include #ifdef _WIN32 -#include +#include #else #include #endif diff --git a/testApp/remote/testMonitorPerformance.cpp b/testApp/remote/testMonitorPerformance.cpp index 5b66f21..58b1970 100644 --- a/testApp/remote/testMonitorPerformance.cpp +++ b/testApp/remote/testMonitorPerformance.cpp @@ -17,7 +17,7 @@ #include #ifdef _WIN32 -#include +#include #else #include #endif diff --git a/testApp/utils/testInetAddressUtils.cpp b/testApp/utils/testInetAddressUtils.cpp index 7c2e0a3..1d84e73 100644 --- a/testApp/utils/testInetAddressUtils.cpp +++ b/testApp/utils/testInetAddressUtils.cpp @@ -217,7 +217,7 @@ void test_getLoopbackNIF() #ifdef _WIN32 // needed for ip_mreq -#include +#include #endif void test_multicastLoopback()