diff options
author | David Viens <plgDavid@users.noreply.github.com> | 2014-10-20 14:38:48 -0400 |
---|---|---|
committer | David Viens <plgDavid@users.noreply.github.com> | 2014-10-20 14:38:48 -0400 |
commit | b8191193e90cd9bc80eb9c1186dd1d78a5d3e62e (patch) | |
tree | eb94eada770b9eb8f38ed170112260bb0505d215 | |
parent | 681142c1256e1d3b3ca290307e22bb2234d7bac1 (diff) |
Update winos.c
MSVC2010 compilation fix
-rw-r--r-- | src/osd/windows/winos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/windows/winos.c b/src/osd/windows/winos.c index a5afa35a824..5043ddb2775 100644 --- a/src/osd/windows/winos.c +++ b/src/osd/windows/winos.c @@ -6,6 +6,7 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> +#include <stdlib.h> // MAME headers #include "osdcore.h" |