# HG changeset patch # User ib # Date 1299528930 0 # Node ID 682b370ac83224baefdc5f669a70e9118d239ae7 # Parent 5e58be6ff5584541eae3876e318a7870ce6124fa Get prototype for GetTimerMS() from header file. diff -r 5e58be6ff558 -r 682b370ac832 gui/mplayer/gui_common.c --- a/gui/mplayer/gui_common.c Mon Mar 07 20:09:30 2011 +0000 +++ b/gui/mplayer/gui_common.c Mon Mar 07 20:15:30 2011 +0000 @@ -33,14 +33,12 @@ #include "stream/stream.h" #include "mixer.h" - +#include "osdep/timer.h" #include "libmpdemux/stheader.h" #include "codec-cfg.h" #include "access_mpcontext.h" #include "libavutil/avstring.h" -unsigned int GetTimerMS( void ); - static inline void TranslateFilename( int c,char * tmp,size_t tmplen ) { int i;