Fix OSS audio broken when adding multiple audio devices in version 1.2.

This commit is contained in:
WB2OSZ 2016-01-09 11:17:11 -05:00
parent 2424812883
commit 0c496541e5
1 changed files with 3 additions and 5 deletions

View File

@ -79,6 +79,7 @@
#if USE_ALSA
#include <alsa/asoundlib.h>
#else
#include <errno.h>
#ifdef __OpenBSD__
#include <soundcard.h>
#else
@ -86,9 +87,6 @@
#endif
#endif
#ifdef __FreeBSD__
#include <errno.h>
#endif
#include "direwolf.h"
#include "audio.h"