summaryrefslogtreecommitdiff
path: root/Ports/mandoc/patches/fix-mandocdb.patch
blob: 18a81e9f3a14807272eb5a2dc8acaa53f025ddb3 (plain)
1
2
3
4
5
6
7
8
9
10
--- mandoc-1.14.5/mandocdb.c.orig	Sat Jan 25 20:18:09 2020
+++ mandoc-1.14.5/mandocdb.c	Sat Jan 25 20:18:22 2020
@@ -45,6 +45,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <getopt.h>
 
 #include "mandoc_aux.h"
 #include "mandoc_ohash.h"