diff test/testcdrom.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 d93862a3d821
children 782fd950bd46 c121d94672cb
line wrap: on
line diff
--- a/test/testcdrom.c	Wed Mar 08 06:21:04 2006 +0000
+++ b/test/testcdrom.c	Wed Mar 08 08:30:17 2006 +0000
@@ -2,9 +2,9 @@
 /* Test the SDL CD-ROM audio functions */
 
 #include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
 #include <ctype.h>
-#include <stdlib.h>
-#include <string.h>
 
 #include "SDL.h"