From 8b7613f66b0c1f3cbe331a6dc7164173be3394c5 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 20 Apr 2009 09:23:25 +0000 Subject: [PATCH] make sdl.hidd build against recent iconv-aware sdls git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@31139 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-hosted/hidd/sdl/sdl_hostlib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/all-hosted/hidd/sdl/sdl_hostlib.h b/arch/all-hosted/hidd/sdl/sdl_hostlib.h index e59a4104e..0b2d92724 100644 --- a/arch/all-hosted/hidd/sdl/sdl_hostlib.h +++ b/arch/all-hosted/hidd/sdl/sdl_hostlib.h @@ -11,6 +11,8 @@ #include "SDL_platform.h" #include "SDL_config.h" #undef HAVE_CTYPE_H +#undef HAVE_ICONV_H +#undef HAVE_ICONV #include "SDL.h" #undef timeval -- 2.11.4.GIT