summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng310/files/patch-lfs
blob: cbc27356d5fd96fe15c1843a88182d2b94b55f61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- modules/affile/affile-source.c.orig
+++ modules/affile/affile-source.c
@@ -25,6 +25,7 @@
 #include "messages.h"
 #include "gprocess.h"
 #include "mainloop.h"
+#include "compat/lfs.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
--- modules/affile/wildcard-source.c.orig
+++ modules/affile/wildcard-source.c
@@ -23,6 +23,7 @@
 #include "wildcard-source.h"
 #include "directory-monitor-factory.h"
 #include "messages.h"
+#include "compat/lfs.h"
 #include <fcntl.h>
 
 #define DEFAULT_SD_OPEN_FLAGS (O_RDONLY | O_NOCTTY | O_NONBLOCK | O_LARGEFILE)