Fix some errors with the previous commit.

This commit is contained in:
David Reid
2018-08-11 21:31:05 +10:00
parent 30b705ccee
commit 21e15a4ca1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15604,7 +15604,7 @@ mal_result mal_context_init__sndio(mal_context* pContext)
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/audio4.h>
#include <sys/audioio.h>
#if defined(__OpenBSD__)
#include <sys/param.h>