From fbb88b87c14953625ba49fdfb4564eec7ae1e787 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 3 May 2019 06:00:00 -0700 Subject: [PATCH] ircd::db: Advise sequential access for sequential file type. --- ircd/db_env.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ircd/db_env.cc b/ircd/db_env.cc index 3643ca9b1..6bffeabf1 100644 --- a/ircd/db_env.cc +++ b/ircd/db_env.cc @@ -8,6 +8,7 @@ // copyright notice and this permission notice is present in all copies. The // full license for this software is available in the LICENSE file. +#include