diff --git a/Changes b/Changes index de4279ccd..3727a3dac 100644 --- a/Changes +++ b/Changes @@ -1906,3 +1906,4 @@ seen. gmtime warning still there - Allow coadmins to use /rehash -flags. Suggested by kyotou - Added channel mode +M. Can't talk unless you are using a registered nick. Suggested by CaliMonk +- Fixed compile warning in ssl.c. diff --git a/src/ssl.c b/src/ssl.c index ce4efe833..f7075c894 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -25,6 +25,7 @@ #include "h.h" #include "proto.h" #include "sys.h" +#include #ifdef _WIN32 #include