]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Fix includes for MIDI
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Fri, 11 Dec 2020 16:34:15 +0000 (16:34 +0000)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Fri, 11 Dec 2020 16:34:15 +0000 (16:34 +0000)
discovery.c

index 832b0bde2cb7e5ae7a0fef009e97e38dd8c04921..32ffdb0f0864db2544c6d15d7b3261cc0507926c 100644 (file)
@@ -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