mirror of https://github.com/FreeRDP/FreeRDP
Necessary changes to get latest branch working on OpenBSD 5.6
This commit is contained in:
parent
8c75127a67
commit
a2a1d06d9b
|
@ -36,7 +36,11 @@
|
|||
#include <libgen.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/soundcard.h>
|
||||
#if defined(__OpenBSD__)
|
||||
#include <soundcard.h>
|
||||
#else
|
||||
#include <sys/soundcard.h>
|
||||
#endif
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <freerdp/addin.h>
|
||||
|
|
Loading…
Reference in New Issue