diff test/testcdrom.c @ 1154:d93862a3d821

Fixed compiler warnings in Watcom C.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 03 Oct 2005 08:12:32 +0000
parents be9c9c8f6d53
children b2b476a4a73c
line wrap: on
line diff
--- a/test/testcdrom.c	Sun Oct 02 00:50:03 2005 +0000
+++ b/test/testcdrom.c	Mon Oct 03 08:12:32 2005 +0000
@@ -2,8 +2,9 @@
 /* Test the SDL CD-ROM audio functions */
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
 
 #include "SDL.h"