compile fix

This commit is contained in:
Glenn Maynard
2003-12-05 19:44:41 +00:00
parent 4e31594739
commit 63336cb1f1
@@ -9,6 +9,8 @@
#include "SDL_utils.h"
#include "SDL_endian.h"
#include <errno.h>
namespace avcodec
{
#if defined(_WIN32)
@@ -486,6 +488,7 @@ static avcodec::URLProtocol RageProtocol =
NULL,
URLRageFile_seek,
URLRageFile_close,
NULL
};
static void InitProtocol()