Fix buildworld on Linux/macOS after nvi update

This re-applies r365941 which was lost in the nvi update.
This commit is contained in:
Alex Richardson 2020-10-12 10:42:24 +00:00
parent c3d67d6cf0
commit 5ce117c698
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366634

View File

@ -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 <db.h> /* Only include db1. */
#endif
#include <regex.h> /* May refer to the bundled regex. */