diff test/testfile.c @ 1484:b2b476a4a73c

Added documentation on how to build a completely useless SDL library. :)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 08 Mar 2006 08:30:17 +0000
parents 07d2b0085ecd
children 14717b52abc0
line wrap: on
line diff
--- a/test/testfile.c	Wed Mar 08 06:21:04 2006 +0000
+++ b/test/testfile.c	Wed Mar 08 08:30:17 2006 +0000
@@ -1,7 +1,7 @@
 
 /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
 
-
+#include <stdlib.h>
 
 #include "SDL.h"
 #include "SDL_endian.h"