diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:08:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:08:29 +0300 |
commit | 0ea3661a6ba0baaa39b95e836e8f2c87e2f4c20f (patch) | |
tree | b4f26bf5b77a8818c972a36d01b29adb533a5c83 /lib | |
parent | edf65a21574455989192e1a91453aa6f7dc90d53 (diff) | |
download | otools-0ea3661a6ba0baaa39b95e836e8f2c87e2f4c20f.tar.gz |
add configuration for fts, handle if it is available on system1.3.1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/ohash.h | 4 |
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. |