Fix building on MSYS2

This commit is contained in:
2015-12-15 07:19:28 +01:00
committed by Valeriano A.R
parent 1e1c4328ba
commit 0f40c5be8e
10 changed files with 114 additions and 92 deletions

View File

@@ -2,9 +2,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include "GameLib.h"
extern int gamelib_debug;