mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Fix compile error caused by unistd.h not existing on Windows.
This commit is contained in:
parent
f55c5be381
commit
9631805345
@ -55,7 +55,9 @@
|
||||
#include <cstring>
|
||||
#include <climits>
|
||||
#include <cstdio>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user