From 19364fc11cbe15b92d87f6fb1c661c0e27b7a44d Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Mon, 8 Jan 2024 01:50:32 +0200 Subject: [PATCH] a2jmidid.c: fix include of siginfo.h --- NEWS.rst | 1 + a2jmidid.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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