From 2bb589beaf77f9ac14481cd2413bf610c97690f8 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sun, 8 May 2011 19:10:51 +0000 Subject: Compile fix for kFreeBSD [Christian Marillat] --- src/osd/sdl/sdlprefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/osd/sdl/sdlprefix.h b/src/osd/sdl/sdlprefix.h index 47b8cf39b4c..d917b0657a0 100644 --- a/src/osd/sdl/sdlprefix.h +++ b/src/osd/sdl/sdlprefix.h @@ -42,7 +42,7 @@ /* Large file support on IRIX needs _SGI_SOURCE */ #undef _POSIX_SOURCE -#elif defined(__linux__) +#elif defined(__linux__) || defined(__FreeBSD_kernel__) #define SDLMAME_LINUX 1 #elif defined(__FreeBSD__) -- cgit v1.2.3