summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ai
blob: a04b21f7d849ad853d3ed6ff4be6ca87e45ef1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.2 1998/08/07 10:36:10 agc Exp $

--- snd.orig/snd-ufun.c	Mon Dec 22 17:24:11 1997
+++ snd-ufun.c	Sun Feb 22 02:12:45 1998
@@ -2,7 +2,7 @@
 
 #ifndef NEXT
 
-#if defined(SGI) || defined(SCO5) || defined(UW2)
+#if defined(SGI) || defined(SCO5) || defined(UW2) || defined(__NetBSD__)
   #include <dlfcn.h>
 #endif