$NetBSD: patch-bi,v 1.2 2016/04/15 08:47:50 wiz Exp $

For dlopen(), dlclose()...

--- src/pcm/pcm_ladspa.c.orig	2008-12-19 00:06:18.000000000 -0500
+++ src/pcm/pcm_ladspa.c	2008-12-19 00:06:31.000000000 -0500
@@ -33,6 +33,7 @@
  */
   
 #include <dirent.h>
+#include <dlfcn.h>
 #include <locale.h>
 #include <math.h>
 #include "pcm_local.h"
