summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-03 20:06:50 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-03 20:06:50 +0000
commitc4aef72c066fae76d14e918cd85becca629c0895 (patch)
tree65d73c9a64c09cc2c9902d2ec13ac9b62fa43fc3
parentf73def85e631574d0501f0eeba5a69fb1c20f6a8 (diff)
downloadFreeBSD-src-c4aef72c066fae76d14e918cd85becca629c0895.zip
FreeBSD-src-c4aef72c066fae76d14e918cd85becca629c0895.tar.gz
Include stddef.h for ptrdiff_t
-rw-r--r--lib/libohash/ohash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libohash/ohash.h b/lib/libohash/ohash.h
index 03de431..ff21c85 100644
--- a/lib/libohash/ohash.h
+++ b/lib/libohash/ohash.h
@@ -20,6 +20,8 @@
#ifndef OHASH_H
#define OHASH_H
+#include <stddef.h>
+
/* Open hashing support.
* Open hashing was chosen because it is much lighter than other hash
* techniques, and more efficient in most cases.
OpenPOWER on IntegriCloud