mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
nothing in main needs it and upstream seems to be gone. Move to testing to unblock 3.17 builds.
10 lines
249 B
Diff
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>
|