From bb006c761acb3475df28bc7e8fc89cbf007191c7 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 29 Feb 2008 17:44:54 +0000 Subject: Add missing #include. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26127 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'command.c') diff --git a/command.c b/command.c index ba23b7e005..e666aee1d2 100644 --- a/command.c +++ b/command.c @@ -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)) -- cgit v1.2.3