You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
480B

  1. diff --git a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
  2. index 19f1d7ac7..8ffe16b06 100644
  3. --- a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
  4. +++ b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
  5. @@ -25,7 +25,7 @@
  6. #if JUCE_PLUGINHOST_LADSPA && JUCE_LINUX
  7. -#include <ladspa.h>
  8. +#include "ladspa.h"
  9. namespace juce
  10. {