mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 20:35:06 +00:00
11 lines
274 B
Diff
11 lines
274 B
Diff
--- mandoc-1.14.5/dbm.c.orig Sat Jan 25 20:09:04 2020
|
|
+++ mandoc-1.14.5/dbm.c Sat Jan 25 20:09:16 2020
|
|
@@ -31,7 +31,7 @@
|
|
#include <err.h>
|
|
#endif
|
|
#include <errno.h>
|
|
-#include <regex.h>
|
|
+#include <pcre2posix.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|