Whoops, built without libC support - doh!

This commit is contained in:
Sam Lantinga 2006-03-06 15:29:41 +00:00
parent e007ca640c
commit a765c58124

View File

@ -60,7 +60,7 @@ typedef unsigned int uintptr_t;
#define SDL_HAS_64BIT_TYPE 1
/* Enabled for SDL 1.2 (binary compatibility) */
#define HAVE_LIBC 0
#define HAVE_LIBC 1
#if HAVE_LIBC
/* Useful headers */
#define HAVE_STDIO_H 1