rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / cluster / corosync / patches / flocking_headers.patch
blob59d6dc443fed74a10e45796160ef335b132b25c5
1 commit 04ae90d45173f3dbcc3cf1194271e5ba9694bacf
2 Author: Andreas Grueninger <andreas.grueninger@example.com>
3 Date: Tue Oct 25 12:31:44 2016 +0200
5 Fix: add header for flocking
7 diff --git a/qdevices/utils.c b/qdevices/utils.c
8 index 41850b8..d61e0f2 100644
9 --- a/qdevices/utils.c
10 +++ b/qdevices/utils.c
11 @@ -34,6 +34,8 @@
13 #include <sys/types.h>
14 #include <sys/file.h>
15 +#include <sys/flock_impl.h>
16 +#include <fcntl.h>
17 #include <arpa/inet.h>
18 #include <sys/stat.h>