Fix MinGW/GCC build. Oops!

git-svn-id: https://svn.eduke32.com/eduke32@3442 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2013-01-27 21:37:21 +00:00
parent aac7d22f96
commit afd0005c28
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <ctype.h>
#include <limits.h>
#include <math.h>
#include "enet/enet.h"
extern int32_t voting, g_doQuickSave;