2018-05-25 11:45:40 +02:00
|
|
|
--- a/src/flopen.c
|
|
|
|
+++ b/src/flopen.c
|
|
|
|
@@ -34,6 +34,7 @@
|
|
|
|
#include <errno.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
+#include <fcntl.h>
|
2018-02-10 11:48:31 +01:00
|
|
|
|
2018-05-25 11:45:40 +02:00
|
|
|
#include <libutil.h>
|
2018-02-10 11:48:31 +01:00
|
|
|
|