1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 12:15:06 +00:00
serenity/Ports/mandoc/patches/fix-mandocdb.patch
2020-01-26 09:10:37 +01:00

10 lines
269 B
Diff

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