[MPlayer-cvslog] r26127 - trunk/command.c
    eugeni 
    subversion at mplayerhq.hu
       
    Fri Feb 29 18:44:55 CET 2008
    
    
  
Author: eugeni
Date: Fri Feb 29 18:44:54 2008
New Revision: 26127
Log:
Add missing #include.
Modified:
   trunk/command.c
Modified: trunk/command.c
==============================================================================
--- trunk/command.c	(original)
+++ trunk/command.c	Fri Feb 29 18:44:54 2008
@@ -61,6 +61,7 @@
 
 #include "mp_core.h"
 #include "mp_fifo.h"
+#include "libavutil/avstring.h"
 
 #define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
 
    
    
More information about the MPlayer-cvslog
mailing list