aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-05 17:21:22 -0800
committerChristian C <cc@localhost>2025-03-05 17:21:22 -0800
commitd0fc2842a790cdd2d11fec8ce667564bc88d057f (patch)
tree2680ffba22e9fc5db6700ad2b6ae54a6dc7cf315
parent83be4936d52e7d22720f3e3e40b13eee5cc08c32 (diff)
ssize_t type
-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;