Code

aconnect: remove redundant #include, fixes windows build
authorMax Kellermann <max.kellermann@gmail.com>
Sat, 25 Mar 2017 20:35:09 +0000 (21:35 +0100)
committerMax Kellermann <max.kellermann@gmail.com>
Sat, 25 Mar 2017 20:35:09 +0000 (21:35 +0100)
NEWS
src/aconnect.c

diff --git a/NEWS b/NEWS
index 5b3a4d036e7a08809284248673c13ce5205e28ad..c4df1eb03c209c40f79f55ece88830d9c842519d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ ncmpc 0.27 - not yet released
 * work around connect failure if /var/run/mpd/socket does not exist
 * remove the status bar clock (option "display-time")
 * fix assertion failure after connect failure
+* several Windows build fixes
 
 ncmpc 0.26 - (2017-03-20)
 * require libmpdclient 2.9
index a0f73154a75fbbdd5ca5966fb4c0d5992d983b24..701dbeccb5b2db4e6d2cd9fda45520b7b08f0640 100644 (file)
@@ -40,7 +40,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
-#include <sys/socket.h>
 
 struct aconnect {
        const struct aconnect_handler *handler;