projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a7a31
)
Fix includes for MIDI
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 11 Dec 2020 16:34:15 +0000
(16:34 +0000)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 11 Dec 2020 16:34:15 +0000
(16:34 +0000)
discovery.c
patch
|
blob
|
history
diff --git
a/discovery.c
b/discovery.c
index 832b0bde2cb7e5ae7a0fef009e97e38dd8c04921..32ffdb0f0864db2544c6d15d7b3261cc0507926c 100644
(file)
--- 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