From: John Melton G0ORX <john.d.melton@googlemail.com> Date: Fri, 11 Dec 2020 16:34:15 +0000 (+0000) Subject: Fix includes for MIDI X-Git-Url: https://git.rkrishnan.org/simplejson/class-simplejson.JSONDecoder.html?a=commitdiff_plain;h=6ffdb6b51c7b67900db019de3b0f4d60beb26d13;p=pihpsdr.git Fix includes for MIDI --- diff --git a/discovery.c b/discovery.c index 832b0bd..32ffdb0 100644 --- a/discovery.c +++ b/discovery.c @@ -28,6 +28,9 @@ #include <netinet/in.h> #include <arpa/inet.h> #ifdef MIDI +#include <sys/types.h> +#include <sys/stat.h> +#include <fcntl.h> #include <sys/stat.h> #endif