summaryrefslogtreecommitdiff
path: root/textproc/lowdown/files/patch-main.c
blob: 1359a0006e8c2d1326770516de9dceb61003de23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- main.c.orig	2017-10-26 09:00:30 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