From a0e41c81db78ed4ff929c2ef29ee42b51268a073 Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 7 Sep 2020 19:42:41 +0200 Subject: [PATCH] included since we call open() in the MIDI case --- discovery.c | 1 + 1 file changed, 1 insertion(+) diff --git a/discovery.c b/discovery.c index 94c53f3..182423f 100644 --- a/discovery.c +++ b/discovery.c @@ -29,6 +29,7 @@ #include #ifdef MIDI #include +#include #endif #include "discovered.h" -- 2.45.2