changeset 1361 | 19418e4422cb |
parent 1357 | e18467d67cfd |
child 1367 | e440d5c488c1 |
1.1 --- a/include/SDL_stdinc.h Fri Feb 10 07:29:08 2006 +0000 1.2 +++ b/include/SDL_stdinc.h Thu Feb 16 10:11:48 2006 +0000 1.3 @@ -55,14 +55,13 @@ 1.4 #else 1.5 # if HAVE_STDLIB_H 1.6 # include <stdlib.h> 1.7 +# elif HAVE_MALLOC_H 1.8 +# include <malloc.h> 1.9 # endif 1.10 # if HAVE_STDARG_H 1.11 # include <stdarg.h> 1.12 # endif 1.13 #endif 1.14 -#if HAVE_MALLOC_H 1.15 -# include <malloc.h> 1.16 -#endif 1.17 #if HAVE_STRING_H 1.18 # if !STDC_HEADERS && HAVE_MEMORY_H 1.19 # include <memory.h>