summaryrefslogtreecommitdiff
path: root/x11/afterstep/patches/patch-ae
blob: e0e4301b2359a33a3f0c0f2ffbe6c53541f150fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.1 1998/08/23 07:28:45 garbled Exp $
--- apps/asmix/asmix.c.orig	Tue Aug 18 16:21:04 1998
+++ apps/asmix/asmix.c	Tue Aug 18 16:31:24 1998
@@ -12,3 +12,7 @@
 #else
-#  include <linux/soundcard.h>
+ #ifdef __NetBSD__
+ #  include <soundcard.h>
+ #else
+ #  include <linux/soundcard.h>
+ #endif
 #endif