diff options
Diffstat (limited to 'testing/beanstalkd/alpine.patch')
-rw-r--r-- | testing/beanstalkd/alpine.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/beanstalkd/alpine.patch b/testing/beanstalkd/alpine.patch new file mode 100644 index 0000000000..5983192616 --- /dev/null +++ b/testing/beanstalkd/alpine.patch @@ -0,0 +1,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> + |