Fix buildworld on Linux/macOS after nvi update
This re-applies r365941 which was lost in the nvi update.
This commit is contained in:
parent
c5b11d20d7
commit
ace86a016b
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user