diff options
author | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
commit | 1af64a9bbb150b9daae3944d6aae86864c271103 (patch) | |
tree | c24a1ac6793e997f83ac66810b611f88855fcd90 /src/win32/windows.cpp | |
parent | e3d5140dcc936ff411c438b7e3997104cb5f085a (diff) |
Fix Windows
Diffstat (limited to 'src/win32/windows.cpp')
-rw-r--r-- | src/win32/windows.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index 1e621945e..785a38969 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -11,6 +11,12 @@ #ifdef _WIN32 #include "services.h" +#include "anope.h" + +#include <io.h> +#include <sys/stat.h> +#include <sys/types.h> +#include <fcntl.h> static struct WindowsLanguage { |