Commit d051c493 authored by Max Kellermann's avatar Max Kellermann

Merge branch '2' of git://github.com/neheb/MPD

parents 16feb261 94b0bace
...@@ -30,9 +30,10 @@ ...@@ -30,9 +30,10 @@
#include "AddressInfo.hxx" #include "AddressInfo.hxx"
#include "Features.hxx" #include "Features.hxx"
#include <array>
#include <cassert> #include <cassert>
static constexpr int address_family_ranking[] = { static constexpr auto address_family_ranking = std::array {
#ifdef HAVE_UN #ifdef HAVE_UN
AF_LOCAL, AF_LOCAL,
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment