From f9e740af36b44a1c9e834dc8fff08fba8fb1b13f Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 14 Jul 2002 06:35:33 +0000 Subject: Applied patches from debian bug #104967 (not yet tested) --- ncpd/linkchan.cc | 2 ++ ncpd/main.cc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'ncpd') diff --git a/ncpd/linkchan.cc b/ncpd/linkchan.cc index 850b959..2d9a67e 100644 --- a/ncpd/linkchan.cc +++ b/ncpd/linkchan.cc @@ -30,6 +30,8 @@ #include "bufferstore.h" #include "bufferarray.h" +using namespace std; + linkChan::linkChan(ncp * _ncpController, int _ncpChannel):channel(_ncpController) { registerSer = 0x1234; diff --git a/ncpd/main.cc b/ncpd/main.cc index 4d84daa..a1b7dc5 100644 --- a/ncpd/main.cc +++ b/ncpd/main.cc @@ -50,6 +50,8 @@ #define _GNU_SOURCE #include +using namespace std; + static bool verbose = false; static bool active = true; static bool autoexit = false; -- cgit v1.2.3