void-packages/srcpkgs/libbsd/patches/musl.patch
maxice8 b636da69bf
libbsd: update to 0.9.1.
Closes #14632.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-25 14:38:39 +02:00

14 lines
216 B
Diff

Source: maxice8
Upstream: no
Reason: fixes compilation
--- src/flopen.c
+++ src/flopen.c
@@ -34,6 +34,7 @@
#include <errno.h>
#include <stdarg.h>
#include <unistd.h>
+#include <fcntl.h>
#include <libutil.h>