ao_dsound: add missing include

libavutil/common.h is needed for FF_ARRAY_ELEMS.
This commit is contained in:
Kovensky 2013-03-23 16:18:10 -03:00 committed by wm4
parent 1fc58386d1
commit 16b15885ff
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <math.h>
#include <libavutil/avutil.h>
#include <libavutil/common.h>
#include "config.h"
#include "audio/format.h"