include the system ladspa.h file

Original commit message from CVS:
include the system ladspa.h file
This commit is contained in:
Thomas Vander Stichele 2002-06-04 15:57:42 +00:00
parent 4c339a47cc
commit ebc26a7b64
2 changed files with 2 additions and 2 deletions

View 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 */

View file

@ -8,7 +8,7 @@
/*****************************************************************************/
#include "ladspa.h"
#include <ladspa.h>
/*****************************************************************************/