aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/packet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/packet.cc')
-rw-r--r--ncpd/packet.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/ncpd/packet.cc b/ncpd/packet.cc
index 841dc54..31eafd0 100644
--- a/ncpd/packet.cc
+++ b/ncpd/packet.cc
@@ -43,6 +43,7 @@ extern "C" {
}
#include "packet.h"
#include "link.h"
+#include "main.h"
#define BUFLEN 4096 // Must be a power of 2
#define BUFMASK (BUFLEN-1)
@@ -151,9 +152,6 @@ static const int baud_table[] = {
using namespace std;
-extern ostream lout;
-extern ostream lerr;
-
packet::
packet(const char *fname, int _baud, Link *_link, unsigned short _verbose)
{