551fb1b741
Hydrogen is an advanced drum machine. Its main goal is to bring professional yet simple and intuitive pattern-based drum programming. http://www.hydrogen-music.org/
13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
$OpenBSD: patch-src_lib_drivers_OssDriver_h,v 1.1.1.1 2006/09/25 18:56:00 grange Exp $
|
|
--- src/lib/drivers/OssDriver.h.orig Sun Sep 24 23:55:12 2006
|
|
+++ src/lib/drivers/OssDriver.h Sun Sep 24 23:55:42 2006
|
|
@@ -34,7 +34,7 @@
|
|
#ifdef OSS_SUPPORT
|
|
|
|
|
|
-#ifdef __NetBSD__
|
|
+#if defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#include <soundcard.h>
|
|
#else
|
|
#include <sys/soundcard.h>
|