ports/audio/libmpdclient/patches/patch-src_socket_c

12 lines
197 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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