aboutsummaryrefslogtreecommitdiff
path: root/include/__bsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/__bsearch.h')
-rw-r--r--include/__bsearch.h2
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) \