openbsd-ports/audio/xmp/patches/patch-src_main_xstuff_c
espie 49bc284aaa Finally repair xmp. temp race is so obvious to fix, and nobody will move.
Also, make driver more robust, by separating gain control (which often
does not work) from main setup.
2001-04-05 19:31:41 +00:00

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>