aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/ohash.h
diff options
context:
space:
mode:
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.