net/{Resolver,HostParser}: include <cstring>
Fixup after e4dad42ca123b9f0f987218c68c42422d6735c0a
This commit is contained in:
parent
f102cbb613
commit
dbdf782e59
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2007-2018 Content Management AG
|
||||
* Copyright 2007-2020 CM4all GmbH
|
||||
* All rights reserved.
|
||||
*
|
||||
* author: Max Kellermann <mk@cm4all.com>
|
||||
@ -33,7 +33,7 @@
|
||||
#include "HostParser.hxx"
|
||||
#include "util/CharUtil.hxx"
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
|
||||
static inline bool
|
||||
IsValidHostnameChar(char ch) noexcept
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2007-2018 Content Management AG
|
||||
* Copyright 2007-2020 CM4all GmbH
|
||||
* All rights reserved.
|
||||
*
|
||||
* author: Max Kellermann <mk@cm4all.com>
|
||||
|
@ -45,8 +45,8 @@
|
||||
#endif
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static inline bool
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2007-2018 Content Management AG
|
||||
* Copyright 2007-2020 CM4all GmbH
|
||||
* All rights reserved.
|
||||
*
|
||||
* author: Max Kellermann <mk@cm4all.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user