Necessary changes to get latest branch working on OpenBSD 5.6

This commit is contained in:
Bryan Everly 2015-04-21 14:44:02 -04:00
parent 8c75127a67
commit a2a1d06d9b
1 changed files with 5 additions and 1 deletions

View File

@ -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>