Update winos.c

MSVC2010 compilation fix
This commit is contained in:
David Viens 2014-10-20 14:38:48 -04:00
parent 681142c125
commit b8191193e9

View File

@ -6,6 +6,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdlib.h>
// MAME headers
#include "osdcore.h"