mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
14 lines
216 B
Diff
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>
|
|
|