lwip/http_clnt: fix ambiguous size_t

Ref #2139
This commit is contained in:
Martin Stein 2016-11-03 12:24:28 +01:00 committed by Christian Helmuth
parent 3a7ae03f79
commit 9dddc905e2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static const char *http_get_request =
using namespace Genode;
template <size_t N>
template <Genode::size_t N>
static Genode::String<N> read_string_attribute(Genode::Xml_node node, char const *attr,
Genode::String<N> default_value)
{