ao_sndio: add missing config.h include

This commit is contained in:
Kacper Michajłow 2024-02-06 19:33:22 +01:00 committed by Dudemanguy
parent 29c250c8d8
commit 5d8faff9bf
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include <errno.h>
#include <sndio.h>
#include "config.h"
#include "options/m_option.h"
#include "common/msg.h"