]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
included <fcntl.h> since we call open() in the MIDI case
authorc vw <dl1ycf@darc.de>
Mon, 7 Sep 2020 17:42:41 +0000 (19:42 +0200)
committerc vw <dl1ycf@darc.de>
Mon, 7 Sep 2020 17:42:41 +0000 (19:42 +0200)
discovery.c

index 94c53f33705cf086cb393a0939b9eb5b321ce588..182423f12053591d5bb7b35f22aa2da52f545146 100644 (file)
@@ -29,6 +29,7 @@
 #include <arpa/inet.h>
 #ifdef MIDI
 #include <sys/stat.h>
+#include <fcntl.h>
 #endif
 
 #include "discovered.h"