1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/libax25/musl.patch
2019-11-15 16:53:43 +01:00

10 lines
249 B
Diff

--- a/daemon.c 2016-01-16 20:34:52.682900674 -0600
+++ b/daemon.c 2016-01-16 20:34:45.496900167 -0600
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <signal.h>
#include <errno.h>
+#include <fcntl.h>
#include <sys/param.h>
#include <sys/file.h>