Whoops, built without libC support - doh!

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401477
This commit is contained in:
Sam Lantinga 2006-03-06 15:29:41 +00:00
parent 302e86a4dc
commit 97d70fea63

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