68a1a6828b
Submitted by Peter Stromberg <home@wilfried.net>. Sound Server for Window Maker.
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-wslib_wsound_h,v 1.1.1.1 2001/01/09 20:59:36 naddy Exp $
|
|
--- wslib/wsound.h.orig Fri Mar 31 22:10:25 2000
|
|
+++ wslib/wsound.h Tue Jan 9 20:59:01 2001
|
|
@@ -43,7 +43,7 @@ $Id: wsound.h,v 1.25 2000/01/19 14:24:19
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
-#ifndef __FreeBSD__
|
|
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
|
#include <malloc.h>
|
|
#endif
|
|
|