From 8b9a0b663fb7684ae7a2f054f4ec53c0cb293a66 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Thu, 22 Sep 2011 19:25:21 +0200 Subject: [PATCH] Change some Win32 includes to lower case filenames for Linux cross compiling --- src/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc.c b/src/misc.c index 457ed9146..6739624cf 100644 --- a/src/misc.c +++ b/src/misc.c @@ -12,8 +12,8 @@ #include #include #if defined WIN32 -#include -#include +#include +#include #include #else #include