aboutsummaryrefslogtreecommitdiff
path: root/patches/0041-pidfile-add-cdefs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0041-pidfile-add-cdefs.patch')
-rw-r--r--patches/0041-pidfile-add-cdefs.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/0041-pidfile-add-cdefs.patch b/patches/0041-pidfile-add-cdefs.patch
new file mode 100644
index 0000000..99efd99
--- /dev/null
+++ b/patches/0041-pidfile-add-cdefs.patch
@@ -0,0 +1,10 @@
+--- a/lib/libutil/pidfile.c 2019-06-28 17:20:40.000000000 +0300
++++ b/lib/libutil/pidfile.c 2020-10-16 12:52:17.812742477 +0300
+@@ -30,6 +30,7 @@
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
+
++#include <sys/cdefs.h>
+ #include <sys/types.h>
+ #include <errno.h>
+ #include <paths.h>