ref: 50433ee1f1bb6c0b5d1477fbafeb4d2f5579ec3a
parent: bcbec1a2487a4186469d6cb16103004e76d324b1
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)
--
⑨