mirror of https://github.com/Icinga/icinga2.git
Fix incorrect argument type for JsonRpc::SendMessage
This commit is contained in:
parent
fda4faac06
commit
0b9869917f
|
@ -40,6 +40,7 @@
|
|||
#endif /* __MINGW32__ */
|
||||
|
||||
typedef int socklen_t;
|
||||
typedef SSIZE_T ssize_t;
|
||||
|
||||
#define MAXPATHLEN MAX_PATH
|
||||
|
||||
|
|
Loading…
Reference in New Issue