clap

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

commit 7945b4704578ad672408fabc86a2c73345bced85
parent b2afaebfe4028c1a7f894e4c550e8dbc565df1fb
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun, 26 Dec 2021 17:57:42 +0100

Forgot this one

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"