mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
15 lines
220 B
Diff
15 lines
220 B
Diff
|
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>
|
||
|
|