From 0ea3661a6ba0baaa39b95e836e8f2c87e2f4c20f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 13 Mar 2021 14:08:29 +0300 Subject: add configuration for fts, handle if it is available on system --- lib/libutil/ohash.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/libutil/ohash.h b/lib/libutil/ohash.h index c5f81ec..3bc24b6 100644 --- a/lib/libutil/ohash.h +++ b/lib/libutil/ohash.h @@ -18,6 +18,10 @@ #ifndef OHASH_H #define OHASH_H +#ifdef HAVE_FTS + #include +#endif + /* Open hashing support. * Open hashing was chosen because it is much lighter than other hash * techniques, and more efficient in most cases. -- cgit v1.2.3