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_utils.h"
#include "SDL_endian.h" #include "SDL_endian.h"
#include <errno.h>
namespace avcodec namespace avcodec
{ {
#if defined(_WIN32) #if defined(_WIN32)
@@ -486,6 +488,7 @@ static avcodec::URLProtocol RageProtocol =
NULL, NULL,
URLRageFile_seek, URLRageFile_seek,
URLRageFile_close, URLRageFile_close,
NULL
}; };
static void InitProtocol() static void InitProtocol()