aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-05 17:21:22 -0800
committerChristian Cunningham <cc@local.lan>2025-03-05 17:21:22 -0800
commit36d1148226c09038d18622fc2856ae2274512078 (patch)
tree2680ffba22e9fc5db6700ad2b6ae54a6dc7cf315 /include
parentbdc33cae89c27aae33e813ebbfe7ff60be64abdf (diff)
ssize_t type
Diffstat (limited to 'include')
-rw-r--r--include/lib/algo/avl_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/algo/avl_tree.h b/include/lib/algo/avl_tree.h
index 80f0c44..4bfc0f7 100644
--- a/include/lib/algo/avl_tree.h
+++ b/include/lib/algo/avl_tree.h
@@ -4,6 +4,7 @@
#include <lib/bool.h>
#include <stdint.h>
#include <stdlib.h>
+#include <sys/types.h>
struct AVLNode {
void* data;