summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-29 17:44:54 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-29 17:44:54 +0000
commitbb006c761acb3475df28bc7e8fc89cbf007191c7 (patch)
treef8e9d099d05b3df09f5a097cf034ad652bef89d0 /command.c
parent36277e690e091c664f0071f6fcfe0fd39fbb9379 (diff)
downloadmpv-bb006c761acb3475df28bc7e8fc89cbf007191c7.tar.bz2
mpv-bb006c761acb3475df28bc7e8fc89cbf007191c7.tar.xz
Add missing #include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26127 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 1 insertions, 0 deletions
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))