From 29d8ef890ec235624960a3751fa4376754712c72 Mon Sep 17 00:00:00 2001 From: prozacx Date: Fri, 6 May 2005 22:52:27 +0000 Subject: [PATCH] Added include for errno - thanks derblubbe git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@241 726aef4b-f618-498e-8847-2d620e286838 --- Utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Utils.cpp b/Utils.cpp index 26509577..8b1d5c69 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #ifdef HAVE_LIBSSL #include #endif /* HAVE_LIBSSL */