mirror of https://github.com/mpv-player/mpv
ao_sndio: add missing config.h include
This commit is contained in:
parent
29c250c8d8
commit
5d8faff9bf
|
@ -22,6 +22,8 @@
|
|||
#include <errno.h>
|
||||
#include <sndio.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "options/m_option.h"
|
||||
#include "common/msg.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue