mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix a compiler error on Alpine and macOS.
This commit is contained in:
parent
c4fa62c9ca
commit
71fcab64a8
@ -32,6 +32,8 @@
|
||||
#ifdef _WIN32
|
||||
# define pclose _pclose
|
||||
# define popen _popen
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
enum ParseFlags
|
||||
|
Loading…
x
Reference in New Issue
Block a user