summaryrefslogtreecommitdiff
path: root/wm/matchbox/patches/patch-ab
blob: 88847b82f3b1c030cdbe0fdc2d7727d2f78f4642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $

--- util/minivol.c.orig	Fri Jun 28 18:08:43 2002
+++ util/minivol.c
@@ -7,7 +7,11 @@
 #include <string.h>
 #include <errno.h>
 #include <sys/ioctl.h>
+#ifdef __NetBSD__
+#include <soundcard.h>
+#else
 #include <sys/soundcard.h>
+#endif
 
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>