mirror of
https://github.com/anope/anope.git
synced 2026-07-08 06:03:13 +02:00
Fix Windows build
This commit is contained in:
@@ -23,8 +23,10 @@
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifndef _WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
NumberList::NumberList(const Anope::string &list, bool descending) : is_valid(true), desc(descending)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user