diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-05-02 00:01:41 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-05-02 00:01:41 -0400 |
commit | fb9e7663ff5cff37688783e46c91bdebad3d49f5 (patch) | |
tree | 7665d5c742d9113a76197caed595e0cbd95541d2 | |
parent | dc9df45dc6578704a367ab6a72842f65b1190f77 (diff) |
Fix for musl builds
-rw-r--r-- | src/bind.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #include <errno.h> #include <stdio.h> #include <stdint.h> +#include <string.h> +#include <stddef.h> #include <unistd.h> #include <sys/socket.h> |