Include stddef.h for ptrdiff_t
This commit is contained in:
parent
f73def85e6
commit
c4aef72c06
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user