From 37f9cd1dd4d3507ec9e4b33780efe07353b62ec1 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Thu, 15 Oct 2009 08:33:14 -0700 Subject: libgui.cc: #ifdef out on non-USE_TILE builds Signed-off-by: Steven Noonan --- crawl-ref/source/libgui.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/libgui.cc') diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc index 189a44e8c4..142e1fbcf7 100644 --- a/crawl-ref/source/libgui.cc +++ b/crawl-ref/source/libgui.cc @@ -8,6 +8,8 @@ #include "AppHdr.h" REVISION("$Rev$"); +#ifdef USE_TILE + #include #include #include @@ -411,3 +413,4 @@ int stricmp(const char *str1, const char *str2) } #endif // #ifdef UNIX +#endif // #ifdef USE_TILE -- cgit v1.2.3-54-g00ecf