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