1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 07:36:37 +02:00

Fix Windows

This commit is contained in:
Adam
2012-09-02 08:30:54 -04:00
parent e3d5140dcc
commit 1af64a9bbb
45 changed files with 152 additions and 115 deletions
+3 -2
View File
@@ -12,11 +12,12 @@
#include "users.h"
#include <sys/types.h>
#include <sys/stat.h>
#ifndef _WIN32
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dlfcn.h>
#endif
std::vector<Module *> ModuleManager::EventHandlers[I_END];