From f6c42a49e5b8e5bcb6915a340a268a77de72c45d Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Sun, 15 Jan 2006 20:20:47 +0000 Subject: [PATCH] must include global.h --- stepmania/src/ezsockets.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ezsockets.cpp b/stepmania/src/ezsockets.cpp index 093a3e923a..c900c8b478 100644 --- a/stepmania/src/ezsockets.cpp +++ b/stepmania/src/ezsockets.cpp @@ -6,6 +6,8 @@ | UDP/NON-TCP Support by Adam Lowman. | \*******************************************************************/ +#include "global.h" + #include "ezsockets.h" #if defined(_MSC_VER) && !defined(_XBOX) // We need the WinSock32 Library on Windows