aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/linkchan.cc2
-rw-r--r--ncpd/main.cc2
2 files changed, 4 insertions, 0 deletions
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 <getopt.h>
+using namespace std;
+
static bool verbose = false;
static bool active = true;
static bool autoexit = false;