From d3a59be45cec2a90c3f9af8887e6f7bb6b5a059b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 4 Jun 2002 15:57:42 +0000 Subject: include the system ladspa.h file Original commit message from CVS: include the system ladspa.h file --- ext/ladspa/gstladspa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/ladspa/gstladspa.c') diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index 0e3d75d4..4fabcc02 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -23,7 +23,7 @@ #include #include "gstladspa.h" -#include "ladspa.h" /* main ladspa sdk include file */ +#include /* main ladspa sdk include file */ #include "utils.h" /* ladspa sdk utility functions */ -- cgit v1.2.1