git: 9front

Download patch

ref: bbc1164aa413fc749907e2f29b60599b54d2b5d7
parent: 763089b1adb0e7bc4ca8bdbd88beb792e79d0748
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Apr 30 14:39:05 EDT 2016

upas/bayes/dump.c: regcomp.h is now located in this directory.

--- a/sys/src/cmd/upas/bayes/dump.c
+++ b/sys/src/cmd/upas/bayes/dump.c
@@ -2,7 +2,7 @@
 #include <libc.h>
 #include <bio.h>
 #include "regexp.h"
-#include "/sys/src/libregexp/regcomp.h"
+#include "regcomp.h"
 #include "dfa.h"
 
 #define DUMP
--