From 739db2c78e341febb17ef681b35a975c76d94ffc Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 21 Jun 2006 07:35:02 +0000 Subject: [PATCH] Fixed bug #256 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401871 --- include/SDL_stdinc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h index f790cd564..62535629f 100644 --- a/include/SDL_stdinc.h +++ b/include/SDL_stdinc.h @@ -170,6 +170,8 @@ extern DECLSPEC void SDLCALL SDL_free(void *mem); # define alloca _alloca # elif defined(__WATCOMC__) # include +# elif defined(__DMC__) +# include # elif defined(__AIX__) #pragma alloca # elif defined(__MRC__)