mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
Include stddef.h for ptrdiff_t
This commit is contained in:
parent
a7713f7631
commit
7bab754097
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288629
@ -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…
Reference in New Issue
Block a user