K 10 svn:author V 4 bapt K 8 svn:date V 27 2021-09-22T10:33:00.893157Z K 7 svn:log V 588 Fix vi build on Linux/macOS This absolute include causes a build failure on Linux for me: .../cheri/freebsd/contrib/nvi/cl/../common/common.h:10:10: fatal error: '/usr/include/db.h' file not found This change patches the file to use #include instead until a solution has been found upstream. See also https://github.com/lichray/nvi2/issues/69 Reviewed By: bapt Differential Revision: https://reviews.freebsd.org/D26480 (cherry picked from commit 2bd2b113353d79cc7bdd315c3c76e0fc13218219) Git Hash: 4380eb895aef2730bebee95cd6431e1e744f2cb7 Git Author: arichardson@FreeBSD.org END