diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/__bsearch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/__bsearch.h b/include/__bsearch.h index 3a59f36..e6b181b 100644 --- a/include/__bsearch.h +++ b/include/__bsearch.h @@ -1,3 +1,5 @@ +#include <stddef.h> + #include "macros.h" #define __MLIB_DEFINE_BSEARCH(TYPE, TABLE, DEFAULT) \ |