49bc284aaa
Also, make driver more robust, by separating gain control (which often does not work) from main setup.
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
$OpenBSD: patch-src_main_xstuff_c,v 1.1 2001/04/05 19:31:42 espie Exp $
|
|
--- src/main/xstuff.c.orig Wed Jan 28 23:33:38 1998
|
|
+++ src/main/xstuff.c Thu Apr 5 20:52:58 2001
|
|
@@ -6,6 +6,7 @@
|
|
* for more information.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/ipc.h>
|
|
#include <sys/shm.h>
|
|
|