diff options
Diffstat (limited to 'mod/page.cxx')
-rw-r--r-- | mod/page.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/page.cxx b/mod/page.cxx index eab28c6..7cfce62 100644 --- a/mod/page.cxx +++ b/mod/page.cxx @@ -18,8 +18,8 @@ #include <libbrep/package.hxx> #include <libbrep/package-odb.hxx> +#include <mod/build.hxx> // build_log_url() #include <mod/utility.hxx> -#include <mod/build-config.hxx> // build_log_url() using namespace std; using namespace xml; @@ -718,7 +718,7 @@ namespace brep s << SPAN(CLASS="pending") << "pending" << ~SPAN; else s << A - << HREF << force_rebuild_url (host_, root_, build_) << ~HREF + << HREF << build_force_url (host_, root_, build_) << ~HREF << "rebuild" << ~A; |