From 9711298cae3d709e6e6e2548ed83bae1404f8a85 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 May 2018 08:50:23 -0400 Subject: [PATCH] correct include --- contrib/backends/nntpchan-daemon/libnntpchan/event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp index a5d682c..f774847 100644 --- a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp +++ b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp @@ -1,5 +1,5 @@ #include -#include +#include constexpr std::size_t ev_buffsz = 512;