aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-06 19:32:06 +0000
committerKalle Wallin <kaw@linux.se>2004-04-06 19:32:06 +0000
commit377576a7870f5fd70a2d306ec3c712fe8760e818 (patch)
tree3b6a7638f81b29c86af66c086c007fdb0e6f1177
parent75dd1320fc506c0898c4380d98bfb6def5f16c61 (diff)
downloadmpd-377576a7870f5fd70a2d306ec3c712fe8760e818.tar.gz
mpd-377576a7870f5fd70a2d306ec3c712fe8760e818.tar.xz
mpd-377576a7870f5fd70a2d306ec3c712fe8760e818.zip
SOCKLEN_T
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@616 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--libmpdclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdclient.c b/libmpdclient.c
index 7a70faa72..aa7b75725 100644
--- a/libmpdclient.c
+++ b/libmpdclient.c
@@ -34,7 +34,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#ifndef HAVE_SOCKLEN_T
-typedef int socklen_t;
+typedef SOCKLEN_T socklen_t;
#endif
#endif