diff test/testver.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 c203b4a42701
children 782fd950bd46 c121d94672cb
line wrap: on
line diff
--- a/test/testver.c	Sun Oct 02 00:50:03 2005 +0000
+++ b/test/testver.c	Mon Oct 03 08:12:32 2005 +0000
@@ -4,6 +4,7 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "SDL.h"