Add missing #include.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26127 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2008-02-29 17:44:54 +00:00
parent 36277e690e
commit bb006c761a
1 changed files with 1 additions and 0 deletions

View File

@ -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))