aports/community/remind/fcntl.patch
psykose 647f929113 community/remind: upgrade to 04.02.00
fixes the 3.17 build
2022-10-27 15:44:54 +02:00

14 lines
220 B
Diff

diff --git a/src/funcs.c b/src/funcs.c
index 75cab3a..9c4b8c7 100644
--- a/src/funcs.c
+++ b/src/funcs.c
@@ -43,6 +43,8 @@
#include <time.h>
#endif
+#include <fcntl.h>
+
#ifndef R_OK
#define R_OK 4
#define W_OK 2