shithub: riscv

Download patch

ref: 48f43b7e36ca24ca8dc56eaf1038ab152f1fb91f
parent: 216ecc546034247d9281462c605b4938971e9b98
author: Jacob Moody <moody@posixcafe.org>
date: Sat Jul 22 18:38:21 EDT 2023

libregexp: regprint: make regimpl.h include match its siblings

--- a/sys/src/libregexp/regprint.c
+++ b/sys/src/libregexp/regprint.c
@@ -1,7 +1,7 @@
 #include <u.h>
 #include <libc.h>
 #include <regexp.h>
-#include <regimpl.h>
+#include "regimpl.h"
 
 static int
 fmtprinst(Fmt *f, Reinst *inst)