linux-hams.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] daemon.c: Include <fcntl.h> for open()
@ 2016-01-03 10:25 Felix Janda
  2016-01-03 10:33 ` Stuart Longland
  0 siblings, 1 reply; 3+ messages in thread
From: Felix Janda @ 2016-01-03 10:25 UTC (permalink / raw)
  To: linux-hams

Fixes compilation with the musl c library

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daemon.c b/daemon.c
index 01511b6..0028c0f 100644
--- a/daemon.c
+++ b/daemon.c
@@ -1,3 +1,4 @@
+#include <fcntl.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-03 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03 10:25 [PATCH] daemon.c: Include <fcntl.h> for open() Felix Janda
2016-01-03 10:33 ` Stuart Longland
2016-01-03 10:43   ` Felix Janda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).