aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/ohash.h
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-13 14:08:29 +0300
committerCem Keylan <cem@ckyln.com>2021-03-13 14:08:29 +0300
commit0ea3661a6ba0baaa39b95e836e8f2c87e2f4c20f (patch)
treeb4f26bf5b77a8818c972a36d01b29adb533a5c83 /lib/libutil/ohash.h
parentedf65a21574455989192e1a91453aa6f7dc90d53 (diff)
downloadotools-0ea3661a6ba0baaa39b95e836e8f2c87e2f4c20f.tar.gz
add configuration for fts, handle if it is available on system1.3.1
Diffstat (limited to 'lib/libutil/ohash.h')
-rw-r--r--lib/libutil/ohash.h4
1 files changed, 4 insertions, 0 deletions
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 <sys/cdefs.h>
+#endif
+
/* Open hashing support.
* Open hashing was chosen because it is much lighter than other hash
* techniques, and more efficient in most cases.