projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd4416
)
included <fcntl.h> since we call open() in the MIDI case
author
c vw
<dl1ycf@darc.de>
Mon, 7 Sep 2020 17:42:41 +0000
(19:42 +0200)
committer
c vw
<dl1ycf@darc.de>
Mon, 7 Sep 2020 17:42:41 +0000
(19:42 +0200)
discovery.c
patch
|
blob
|
history
diff --git
a/discovery.c
b/discovery.c
index 94c53f33705cf086cb393a0939b9eb5b321ce588..182423f12053591d5bb7b35f22aa2da52f545146 100644
(file)
--- a/
discovery.c
+++ b/
discovery.c
@@
-29,6
+29,7
@@
#include <arpa/inet.h>
#ifdef MIDI
#include <sys/stat.h>
+#include <fcntl.h>
#endif
#include "discovered.h"