diff options
Diffstat (limited to 'textproc/lowdown/files/patch-main.c')
-rw-r--r-- | textproc/lowdown/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/lowdown/files/patch-main.c b/textproc/lowdown/files/patch-main.c new file mode 100644 index 000000000000..474d0db54241 --- /dev/null +++ b/textproc/lowdown/files/patch-main.c @@ -0,0 +1,11 @@ +--- main.c.orig 2017-09-27 19:42:51 UTC ++++ main.c +@@ -20,7 +20,7 @@ + #include <sys/param.h> + #if HAVE_CAPSICUM + # include <sys/resource.h> +-# include <sys/capability.h> ++# include <sys/capsicum.h> + #endif + + #if HAVE_ERR |