From 7e186432cbc644e2124711c53386aaaa9838e69e Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 3 Jan 2017 14:59:57 +0100 Subject: [PATCH] Problem:capitalized include filenames trip mingw Solution: use lowercase --- tests/test_srcfd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_srcfd.cpp b/tests/test_srcfd.cpp index f9f27c5b..26c00ff3 100644 --- a/tests/test_srcfd.cpp +++ b/tests/test_srcfd.cpp @@ -32,8 +32,8 @@ #define MSG_SIZE 20 #ifdef _WIN32 -#include -#include +#include +#include #else #include #include