Skip to content

Commit

Permalink
Fixed bug #256
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 21, 2006
1 parent fc90443 commit 343ab1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_stdinc.h
Expand Up @@ -170,6 +170,8 @@ extern DECLSPEC void SDLCALL SDL_free(void *mem);
# define alloca _alloca
# elif defined(__WATCOMC__)
# include <malloc.h>
# elif defined(__DMC__)
# include <stdlib.h>
# elif defined(__AIX__)
#pragma alloca
# elif defined(__MRC__)
Expand Down

0 comments on commit 343ab1d

Please sign in to comment.