diff options
Diffstat (limited to 'src/io/bind_unix.c')
-rw-r--r-- | src/io/bind_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io/bind_unix.c b/src/io/bind_unix.c index 398c2c9e..ea0140cf 100644 --- a/src/io/bind_unix.c +++ b/src/io/bind_unix.c @@ -2,6 +2,7 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> +#include <string.h> int bind_unix_from_c(int socket, const char *path, int pathlen) { |