summaryrefslogtreecommitdiffstats
path: root/main/rsyslog/musl-fix.patch
blob: 698443c00390039faee9da98a7f6735584bb44f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tools/omfile.c.orig b/tools/omfile.c
index 015f453..8e0b6f4 100644
--- a/tools/omfile.c.orig
+++ b/tools/omfile.c
@@ -48,6 +48,7 @@
 #include <libgen.h>
 #include <unistd.h>
 #include <sys/file.h>
+#include <fcntl.h>
 #ifdef OS_SOLARIS
 #	include <fcntl.h>
 #endif