From 8a367f1ff434534bde46dc97abc673948684d6c2 Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 1 Sep 2009 14:20:35 +0000 Subject: (svn r17350) -Fix (r17336): broken compilation with mingw --- src/network/core/os_abstraction.h | 2 +- src/sdl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/network/core/os_abstraction.h b/src/network/core/os_abstraction.h index 3274ea9aa..d9d046139 100644 --- a/src/network/core/os_abstraction.h +++ b/src/network/core/os_abstraction.h @@ -37,7 +37,7 @@ typedef unsigned long in_addr_t; typedef int socklen_t; # define IPPROTO_IPV6 41 #else -#include "../../win32.h" +#include "../../os/windows/win32.h" #include "../../core/alloc_func.hpp" #define AI_ADDRCONFIG 0x00000400 // Resolution only if global address configured diff --git a/src/sdl.cpp b/src/sdl.cpp index e66902581..0650f8e29 100644 --- a/src/sdl.cpp +++ b/src/sdl.cpp @@ -31,7 +31,7 @@ static int _sdl_usage; #ifdef DYNAMICALLY_LOADED_SDL -#include "win32.h" +#include "os/windows/win32.h" #define M(x) x "\0" static const char sdl_files[] = -- cgit v1.2.3-70-g09d2