aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/StaticSocketAddress.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-07-21 11:02:33 +0200
committerMax Kellermann <max@duempel.org>2015-07-21 11:57:53 +0200
commit5bdbd74d591e87e327835faf71741eacab3ce00f (patch)
tree2f9f94bb825163077ee37f50df41bdec3dd27a05 /src/net/StaticSocketAddress.hxx
parente621c2427082970329ba0364cff8a9fceb0a0856 (diff)
downloadmpd-5bdbd74d591e87e327835faf71741eacab3ce00f.tar.gz
mpd-5bdbd74d591e87e327835faf71741eacab3ce00f.tar.xz
mpd-5bdbd74d591e87e327835faf71741eacab3ce00f.zip
net: add header Features.hxx
For improved portability of the net library to projects without autoconf.
Diffstat (limited to 'src/net/StaticSocketAddress.hxx')
-rw-r--r--src/net/StaticSocketAddress.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/StaticSocketAddress.hxx b/src/net/StaticSocketAddress.hxx
index 475c323e0..4cf294c1e 100644
--- a/src/net/StaticSocketAddress.hxx
+++ b/src/net/StaticSocketAddress.hxx
@@ -31,6 +31,7 @@
#define STATIC_SOCKET_ADDRESS_HXX
#include "SocketAddress.hxx"
+#include "Features.hxx"
#include "Compiler.h"
#include <assert.h>