mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 23:05:29 +00:00
add missing include directive
fixes compilation when no backends are available. closes #67
This commit is contained in:
parent
ca0ebfda5c
commit
e8b908243d
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "soundio_internal.h"
|
||||
#include "config.h"
|
||||
#include "list.h"
|
||||
|
||||
#ifdef SOUNDIO_HAVE_JACK
|
||||
#include "jack.h"
|
||||
|
|
Loading…
Reference in a new issue