diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jalv.c | 2 | ||||
-rw-r--r-- | src/jalv_console.c | 2 | ||||
-rw-r--r-- | src/state.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -27,8 +27,8 @@ #include <sys/types.h> #include <unistd.h> +#include "jalv_config.h" #include "jalv_internal.h" -#include "jalv-config.h" #include <jack/jack.h> #include <jack/midiport.h> diff --git a/src/jalv_console.c b/src/jalv_console.c index a70e955..04d7c78 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -18,7 +18,7 @@ #include <stdbool.h> #include <stdio.h> -#include "jalv-config.h" +#include "jalv_config.h" #include "jalv_internal.h" static int diff --git a/src/state.c b/src/state.c index 3ef4d3d..0d3953b 100644 --- a/src/state.c +++ b/src/state.c @@ -32,7 +32,7 @@ #include "lilv/lilv.h" -#include "jalv-config.h" +#include "jalv_config.h" #include "jalv_internal.h" #define NS_ATOM "http://lv2plug.in/ns/ext/atom#" |