diff command.c @ 24162:05a5af844c69

Fix warnings: In file included from mplayer.c:191: mp_fifo.h:5: warning: redundant redeclaration of 'mplayer_put_key' mp_core.h:129: warning: previous declaration of 'mplayer_put_key' was here In file included from command.c:59: mp_fifo.h:5: warning: redundant redeclaration of 'mplayer_put_key' mp_core.h:129: warning: previous declaration of 'mplayer_put_key' was here
author diego
date Sat, 25 Aug 2007 16:03:02 +0000
parents 09006821e9d7
children ca9f239aaeab
line wrap: on
line diff
--- a/command.c	Sat Aug 25 15:53:27 2007 +0000
+++ b/command.c	Sat Aug 25 16:03:02 2007 +0000
@@ -55,6 +55,7 @@
 #endif
 
 #include "mp_core.h"
+#include "mp_fifo.h"
 
 #define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))