From 9130447b43b719bafbd91e342c707bba7844e81a Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 6 Jul 2007 12:15:12 +0000 Subject: Fix compilation with GCC 4.3; thanks to Martin Michlmayr --- ncpd/channel.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ncpd') diff --git a/ncpd/channel.cc b/ncpd/channel.cc index 5401499..6c92e86 100644 --- a/ncpd/channel.cc +++ b/ncpd/channel.cc @@ -24,6 +24,7 @@ #ifdef HAVE_CONFIG_H #include #endif +#include #include #include -- cgit v1.2.3