ports/audio/libmpdclient/patches/patch-src_socket_c

11 lines
197 B
Text

Index: src/socket.c
--- src/socket.c.orig
+++ src/socket.c
@@ -34,6 +34,7 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <fcntl.h>
#ifdef _WIN32