diff options
Diffstat (limited to 'audio/wsoundserver/patches/patch-ae')
-rw-r--r-- | audio/wsoundserver/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/wsoundserver/patches/patch-ae b/audio/wsoundserver/patches/patch-ae new file mode 100644 index 00000000000..308ad5983f6 --- /dev/null +++ b/audio/wsoundserver/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2001/03/12 21:10:25 wiz Exp $ + +--- wslib/config.c.orig Fri Mar 31 22:10:25 2000 ++++ wslib/config.c +@@ -37,7 +37,7 @@ + #include <limits.h> + #include "wsound.h" + +-#include <WUtil.h> ++#include <WINGs/WUtil.h> + #include <assert.h> + + |