summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ai
blob: bfb15fc94ff06fe9c8b260d039f652bf3e351400 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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