From 39ba5f28ea47205b223562e58ea5dbdaf0e396c1 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 19 Aug 2012 16:14:17 +0700 Subject: [PATCH] Fix errors on cygwin (more proper fix) --- include/znc/Buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/znc/Buffer.h b/include/znc/Buffer.h index ee00575f..e1408a58 100644 --- a/include/znc/Buffer.h +++ b/include/znc/Buffer.h @@ -11,7 +11,7 @@ #include #include -#include +#include #include // Forward Declarations