summaryrefslogtreecommitdiff
path: root/textproc/lowdown/files/patch-main.c
blob: 474d0db542410aec33a1c7be2952dbb1290a3ae9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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