ports/textproc/lowdown/files/patch-main.c
Baptiste Daroussin 8d8f6fd1fd Update to 0.3.1
2017-10-31 12:27:05 +00:00

11 lines
222 B
C

--- 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