include the system ladspa.h file
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 Jun 2002 15:57:42 +0000 (15:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 Jun 2002 15:57:42 +0000 (15:57 +0000)
Original commit message from CVS:
include the system ladspa.h file

ext/ladspa/gstladspa.c
ext/ladspa/utils.h

index 0e3d75d..4fabcc0 100644 (file)
@@ -23,7 +23,7 @@
 #include <gst/control/control.h>
 
 #include "gstladspa.h"
-#include "ladspa.h"     /* main ladspa sdk include file */
+#include <ladspa.h>     /* main ladspa sdk include file */
 #include "utils.h"      /* ladspa sdk utility functions */
 
 
index 1be64d0..d470eb0 100644 (file)
@@ -8,7 +8,7 @@
 
 /*****************************************************************************/
 
-#include "ladspa.h"
+#include <ladspa.h>
 
 /*****************************************************************************/