diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-09 19:44:33 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-09 19:44:33 +0000 |
commit | 2650dc42de4a390b07d3a69de38eee489eb47697 (patch) | |
tree | 822eebe61b510ec6fa3fede51af8f88ec1aa22c5 /textproc/turboxsl/files/patch-src-zlog-src-rotater.c | |
parent | Catch up with github tree - changelog: (diff) |
Add textproc/turboxsl, which is a fast, multithreaded XSLT 1.0
transformation library.
Notes
Notes:
svn path=/head/; revision=391680
Diffstat (limited to 'textproc/turboxsl/files/patch-src-zlog-src-rotater.c')
-rw-r--r-- | textproc/turboxsl/files/patch-src-zlog-src-rotater.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-rotater.c b/textproc/turboxsl/files/patch-src-zlog-src-rotater.c new file mode 100644 index 000000000000..88b13a7e043c --- /dev/null +++ b/textproc/turboxsl/files/patch-src-zlog-src-rotater.c @@ -0,0 +1,10 @@ +--- src/zlog/src/rotater.c.orig 2015-07-10 03:31:33.156849000 +0900 ++++ src/zlog/src/rotater.c 2015-07-10 03:31:42.997304000 +0900 +@@ -6,6 +6,7 @@ + * Licensed under the LGPL v2.1, see the file COPYING in base directory. + */ + ++#include <sys/types.h> + #include <string.h> + #include <glob.h> + #include <stdio.h> |