Misc gcc 3.x warnings fixed.

This commit is contained in:
johns 2002-08-09 16:50:40 +00:00
parent c5f34a251b
commit 8980844f4b

View file

@ -35,6 +35,7 @@
#if defined(WITH_SOUND) && defined(USE_OGG) // {
#include <stdlib.h>
#include <string.h>
#ifdef BSD
#include <inttypes.h>
#else