Include stddef.h for ptrdiff_t

This commit is contained in:
bdrewery 2015-10-03 20:06:50 +00:00
parent f73def85e6
commit c4aef72c06

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.