1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/postsrsd/add-missing-fcntl-include.patch
2023-01-01 18:11:22 +00:00

12 lines
260 B
Diff

diff --git a/src/util.c b/src/util.c
index 029433f..244be85 100644
--- a/src/util.c
+++ b/src/util.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <fcntl.h>
#ifdef HAVE_SYS_FILE_H
# include <sys/file.h>
#endif