From f7419feda99979db61a7d24d61c2cfe4ed89e206 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Mon, 12 Oct 2020 10:42:24 +0000 Subject: [PATCH] Fix buildworld on Linux/macOS after nvi update This re-applies r365941 which was lost in the nvi update. (cherry picked from commit 5ce117c698bce69808f214781fe03a2c0f451d9f) --- contrib/nvi/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nvi/common/common.h b/contrib/nvi/common/common.h index dc415561022..f2cb42fa9b9 100644 --- a/contrib/nvi/common/common.h +++ b/contrib/nvi/common/common.h @@ -14,7 +14,7 @@ #ifdef __linux__ #include "/usr/include/db1/db.h" /* Only include db1. */ #else -#include "/usr/include/db.h" /* Only include db1. */ +#include /* Only include db1. */ #endif #include /* May refer to the bundled regex. */ -- 2.45.0