diff options
Diffstat (limited to 'textproc/turboxsl/files/patch-src-zlog-src-rule.c')
-rw-r--r-- | textproc/turboxsl/files/patch-src-zlog-src-rule.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-rule.c b/textproc/turboxsl/files/patch-src-zlog-src-rule.c new file mode 100644 index 000000000000..dde6fbc2775f --- /dev/null +++ b/textproc/turboxsl/files/patch-src-zlog-src-rule.c @@ -0,0 +1,16 @@ +--- src/zlog/src/rule.c.orig 2015-07-10 03:32:15.578671000 +0900 ++++ src/zlog/src/rule.c 2015-07-10 03:35:22.106690000 +0900 +@@ -8,12 +8,12 @@ + + #include "fmacros.h" + ++#include <sys/types.h> + #include <string.h> + #include <ctype.h> + #include <syslog.h> + #include <errno.h> + #include <stdlib.h> +-#include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> |