12 lines
328 B
Text
12 lines
328 B
Text
Index: plugin-volume/ossengine.cpp
|
|
--- plugin-volume/ossengine.cpp.orig
|
|
+++ plugin-volume/ossengine.cpp
|
|
@@ -40,6 +40,8 @@
|
|
#include <sys/soundcard.h>
|
|
#elif defined(__linux__) || defined(__Linux__)
|
|
#include <linux/soundcard.h>
|
|
+#elif defined(__OpenBSD__)
|
|
+#include <soundcard.h>
|
|
#else
|
|
#error "Not supported platform"
|
|
#endif
|