From 1d510b4a243b058de748ae7a2896e1d76f1c8854 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 31 Mar 2003 10:10:13 +0000 Subject: [PATCH] fixed compilation under gcc2.95 Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@857 --- src/gui/sdlmain.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 56edcc2d..7aeda676 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -15,6 +15,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif #include #include