diff options
author | Christian C <cc@localhost> | 2025-03-05 17:21:22 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-05 17:21:22 -0800 |
commit | d0fc2842a790cdd2d11fec8ce667564bc88d057f (patch) | |
tree | 2680ffba22e9fc5db6700ad2b6ae54a6dc7cf315 /include | |
parent | 83be4936d52e7d22720f3e3e40b13eee5cc08c32 (diff) |
ssize_t type
Diffstat (limited to 'include')
-rw-r--r-- | include/lib/algo/avl_tree.h | 1 |
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; |