aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/main.cc')
-rw-r--r--ncpd/main.cc2
1 files changed, 2 insertions, 0 deletions
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;