dc66c9b840
stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
$OpenBSD: patch-src_socket_c,v 1.1.1.1 2010/04/05 18:59:01 landry Exp $
|
|
--- src/socket.c.orig Mon Apr 5 05:20:56 2010
|
|
+++ src/socket.c Mon Apr 5 05:21:32 2010
|
|
@@ -34,6 +34,7 @@
|
|
#include <assert.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
|