clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 3c378f39505184bd0faefeaf9f0cbdefa6b384b8
parent ea82e7618dd551b4b3eecb6b0b325314dee6da29
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun, 26 Dec 2021 17:58:56 +0100

Merge branch 'next' into ev-rework

Diffstat:
Minclude/clap/clap.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -46,7 +46,7 @@ #include "ext/latency.h" #include "ext/thread-check.h" #include "ext/timer-support.h" -#include "ext/fd-support.h" +#include "ext/posix-fd-support.h" #include "ext/note-name.h" #include "ext/note-ports.h" #include "ext/event-filter.h"