mirror of
https://github.com/anope/anope.git
synced 2026-06-30 07:36:36 +02:00
Use C++11 header names instead of their deprecated equivalents.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "logger.h"
|
||||
#include "sockets.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <cerrno>
|
||||
|
||||
void ConnectionSocket::Connect(const Anope::string &TargetHost, int Port)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user