From: c vw Date: Mon, 7 Sep 2020 17:42:41 +0000 (+0200) Subject: included since we call open() in the MIDI case X-Git-Url: https://git.rkrishnan.org/uri/vdrive/(%5B%5E?a=commitdiff_plain;h=a0e41c81db78ed4ff929c2ef29ee42b51268a073;p=pihpsdr.git included since we call open() in the MIDI case --- 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"