diff include/SDL_stdinc.h @ 1422:d2ee8da60262

Added pre-configured versions of SDL_config.h for various platforms
author Sam Lantinga <slouken@libsdl.org>
date Fri, 24 Feb 2006 07:26:31 +0000
parents d910939febfa
children 84de7511f79f
line wrap: on
line diff
--- a/include/SDL_stdinc.h	Fri Feb 24 06:49:31 2006 +0000
+++ b/include/SDL_stdinc.h	Fri Feb 24 07:26:31 2006 +0000
@@ -44,6 +44,9 @@
 # elif HAVE_MALLOC_H
 # include <malloc.h>
 # endif
+# if HAVE_STDDEF_H
+# include <stddef.h>
+# endif
 # if HAVE_STDARG_H
 # include <stdarg.h>
 # endif