Commit e1bba59e authored by Joris van Rooij's avatar Joris van Rooij Committed by Rémi Denis-Courmont

oss: OpenBSD compile fix

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 5cde14c1
......@@ -45,7 +45,12 @@
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/soundcard.h>
#ifdef HAVE_SYS_SOUNDCARD_H
# include <sys/soundcard.h>
#endif
#ifdef HAVE_SOUNDCARD_H
# include <soundcard.h>
#endif
#include <poll.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment