diff options
| author | 2010-05-05 02:00:25 +0000 | |
|---|---|---|
| committer | 2010-05-05 02:00:25 +0000 | |
| commit | 64b3a63fff08bfe2c1b4a6e8883d0f46369a276f (patch) | |
| tree | 1a379f87b07ac05f3f24c27647fa7927584f55da /src/osd | |
| parent | 72d8b1db585768db90f38411e108e706ceee7320 (diff) | |
Fix for Win32 SDL build.mame0137u4
Diffstat (limited to 'src/osd')
| -rw-r--r-- | src/osd/sdl/strconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/strconv.h b/src/osd/sdl/strconv.h index d49fae155a8..2143cba2b1c 100644 --- a/src/osd/sdl/strconv.h +++ b/src/osd/sdl/strconv.h @@ -10,7 +10,7 @@ #ifndef __SDLSTRCONV__ #define __SDLSTRCONV__ -#include "osdcomm.h" +#include "osdcore.h" |
