mirror of
https://github.com/anope/anope.git
synced 2026-07-07 04:43:13 +02:00
Fix Windows
This commit is contained in:
+4
-1
@@ -35,8 +35,11 @@
|
||||
#include "signals.h"
|
||||
#include "socketengine.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#ifndef _WIN32
|
||||
#include <limits.h>
|
||||
#else
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
/******** Global variables! ********/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user