1
0
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:
Adam
2013-03-01 00:57:24 -05:00
parent 6aa9ad938a
commit 91ad9d22ca
15 changed files with 45 additions and 41 deletions
+2
View File
@@ -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)
{