# HG changeset patch # User eugeni # Date 1204307094 0 # Node ID 7470a625bbdd7395746f86884251cb2f929d1ed6 # Parent 2b4e40be7cb00d6d363050921e63b0429090ed90 Add missing #include. diff -r 2b4e40be7cb0 -r 7470a625bbdd command.c --- a/command.c Fri Feb 29 17:25:57 2008 +0000 +++ b/command.c Fri Feb 29 17:44:54 2008 +0000 @@ -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))