summaryrefslogtreecommitdiff
path: root/x11/afterstep/patches/patch-af
blob: 8749665bc7d6f0588316f3252931b6864c8a79b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-af,v 1.1 1998/08/23 07:28:45 garbled Exp $
--- apps/asmixer/asmixer.c.orig	Tue Aug 18 16:39:38 1998
+++ apps/asmixer/asmixer.c	Tue Aug 18 16:40:17 1998
@@ -28,4 +28,7 @@
 #include <sys/mount.h>
+#if defined(__NetBSD__)
+#include <soundcard.h>
+#else
 #include <linux/soundcard.h>
-
+#endif