mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined in gcrypt.h
This commit is contained in:
parent
d1cc59fa4b
commit
32208f45fe
@ -22,9 +22,9 @@
|
||||
|
||||
|
||||
#include "inspircd.h"
|
||||
#include <gcrypt.h>
|
||||
#include <gnutls/gnutls.h>
|
||||
#include <gnutls/x509.h>
|
||||
#include <gcrypt.h>
|
||||
#include "ssl.h"
|
||||
#include "m_cap.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user