From 8f40d7842a69961c48ac01f2674c6bfb92d9ce83 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 May 2018 08:57:54 -0400 Subject: [PATCH] fix --- contrib/backends/nntpchan-daemon/libnntpchan/event.cpp | 1 + contrib/backends/nntpchan-daemon/libnntpchan/server.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp index de94cd0..c289ae5 100644 --- a/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp +++ b/contrib/backends/nntpchan-daemon/libnntpchan/event.cpp @@ -3,6 +3,7 @@ #include #include #include +#include constexpr std::size_t ev_buffsz = 512; diff --git a/contrib/backends/nntpchan-daemon/libnntpchan/server.cpp b/contrib/backends/nntpchan-daemon/libnntpchan/server.cpp index cac4c65..d7e6424 100644 --- a/contrib/backends/nntpchan-daemon/libnntpchan/server.cpp +++ b/contrib/backends/nntpchan-daemon/libnntpchan/server.cpp @@ -1,6 +1,5 @@ #include #include -#include #include #include