diff --git a/NEWS.rst b/NEWS.rst index e03dcc8..7c8df4f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -5,6 +5,7 @@ Changelog LADI Version 12 on 2024-01-08 ----------------------- * Fix meson build with when dbus support is disabled +* a2jmidid.c: fix include of siginfo.h LADI Version 11 on 2024-01-07 ----------------------- diff --git a/a2jmidid.c b/a2jmidid.c index 0aa1add..aa86464 100644 --- a/a2jmidid.c +++ b/a2jmidid.c @@ -51,7 +51,7 @@ #include "paths.h" #include "conf.h" #include "jack.h" -#include "../siginfo/siginfo.h" +#include "siginfo/siginfo.h" #if HAVE_GITVERSION_H #include "gitversion.h" #endif