From 69d3f325f5cad2e58e9118eedb72774cd5607cbd Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Mon, 24 Mar 2014 19:40:04 -0400 Subject: [PATCH] off_t for linux onl;y --- src/m_misc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m_misc.c b/src/m_misc.c index 6e34f02b7..66a328ee5 100644 --- a/src/m_misc.c +++ b/src/m_misc.c @@ -49,8 +49,10 @@ #ifdef SDL #include "sdl/hwsym_sdl.h" +#ifdef __linux__ typedef off_t off64_t; #endif +#endif #if defined (_WIN32) #define PRIdS "Iu"