about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libbsd/musl.patch
blob: fc07cfb6e855735cec1e99699a865849eb8f7aa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: maxice8
Upstream: no
Reason: fixes compilation

--- a/src/flopen.c
+++ b/src/flopen.c
@@ -34,6 +34,7 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <unistd.h>
+#include <fcntl.h>
 
 #include <libutil.h>