summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-05-02 00:01:41 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-05-02 00:01:41 -0400
commitfb9e7663ff5cff37688783e46c91bdebad3d49f5 (patch)
tree7665d5c742d9113a76197caed595e0cbd95541d2 /src
parentdc9df45dc6578704a367ab6a72842f65b1190f77 (diff)
Fix for musl builds
Diffstat (limited to 'src')
-rw-r--r--src/bind.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bind.c b/src/bind.c
index 7392db3..7e26d4a 100644
--- a/src/bind.c
+++ b/src/bind.c
@@ -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>