aboutsummaryrefslogtreecommitdiffstats
path: root/community/beanstalkd/alpine.patch
blob: 598319261670c61905ae7f95b04304dc0d1308a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./sd-daemon.c
+++ ./sd-daemon.c
@@ -32,7 +32,7 @@
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <netinet/in.h>
 #include <stdlib.h>
 #include <errno.h>