summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-04 15:57:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-04 15:57:42 +0000
commitebc26a7b644a87f28be34d94c3adb4af73970f87 (patch)
tree78a72fbe2e2279a20a5d65e8ef869e3814c3a5d9 /ext/ladspa
parent4c339a47cc4fe00cf28af5ef04e6d55a90fc8953 (diff)
include the system ladspa.h file
Original commit message from CVS: include the system ladspa.h file
Diffstat (limited to 'ext/ladspa')
-rw-r--r--ext/ladspa/gstladspa.c2
-rw-r--r--ext/ladspa/utils.h2
2 files changed, 2 insertions, 2 deletions
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 <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 */
diff --git a/ext/ladspa/utils.h b/ext/ladspa/utils.h
index 1be64d09..d470eb0d 100644
--- a/ext/ladspa/utils.h
+++ b/ext/ladspa/utils.h
@@ -8,7 +8,7 @@
/*****************************************************************************/
-#include "ladspa.h"
+#include <ladspa.h>
/*****************************************************************************/