Include stddef.h for ptrdiff_t

This commit is contained in:
Bryan Drewery 2015-10-03 20:06:50 +00:00
parent a7713f7631
commit 7bab754097
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288629

View file

@ -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.