mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 21:05:06 +00:00
10 lines
328 B
Diff
10 lines
328 B
Diff
--- mandoc-1.14.5/demandoc.c.orig Mon Jan 20 00:18:29 2020
|
|
+++ mandoc-1.14.5/demandoc.c Mon Jan 20 00:18:39 2020
|
|
@@ -30,6 +30,7 @@
|
|
#include "man.h"
|
|
#include "mdoc.h"
|
|
#include "mandoc_parse.h"
|
|
+#include "getopt.h"
|
|
|
|
static void pline(int, int *, int *, int);
|
|
static void pman(const struct roff_node *, int *, int *, int);
|