Files
2013-09-26 17:14:40 +02:00

13 lines
319 B
Plaintext

$NetBSD: patch-bi,v 1.1 2008/12/19 05:14:00 jmcneill Exp $
--- 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"