Fixed compiler warnings in Watcom C.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401157
This commit is contained in:
Ryan C. Gordon 2005-10-03 08:12:32 +00:00
parent a2c23b6984
commit 197396555b
5 changed files with 22 additions and 6 deletions

View file

@ -3,6 +3,8 @@
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "SDL.h"