diff options
Diffstat (limited to 'src/shared/LV2Features.hpp')
-rw-r--r-- | src/shared/LV2Features.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/LV2Features.hpp b/src/shared/LV2Features.hpp index ef39c6b9..d4933d09 100644 --- a/src/shared/LV2Features.hpp +++ b/src/shared/LV2Features.hpp @@ -18,7 +18,7 @@ #ifndef LV2FEATURES_HPP #define LV2FEATURES_HPP -#include "config.h" +#include "wafconfig.h" #ifndef HAVE_SLV2 #error "This file requires SLV2, but HAVE_SLV2 is not defined. Please report." #endif |