1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-02 22:14:37 +00:00

Some fixes to make the ever-complaining gcc 4.7 happy (hopefully)

This commit is contained in:
fgenesis 2012-06-27 21:51:54 +02:00
parent 86bcecf5d2
commit 38501dca35
3 changed files with 11 additions and 12 deletions

View file

@ -139,6 +139,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "math.h"
#include "FileAPI.h"
#ifdef BBGE_BUILD_LINUX
# include <sys/types.h>
# include <stdint.h>
#endif
// dumb win32 includes/defines cleanup
#undef GetCharWidth