fixed Visual Studio compilation (nw)

This commit is contained in:
Oliver Stöneberg 2015-01-09 11:58:03 +01:00
parent b20dd29d62
commit 03fea60f02

View File

@ -7,7 +7,9 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdlib.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
// MAME headers
#include "osdlib.h"