diff options
Diffstat (limited to 'comms/plp/patches/patch-ncp_linkchan.cc')
-rw-r--r-- | comms/plp/patches/patch-ncp_linkchan.cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/plp/patches/patch-ncp_linkchan.cc b/comms/plp/patches/patch-ncp_linkchan.cc new file mode 100644 index 00000000000..3d3e007a372 --- /dev/null +++ b/comms/plp/patches/patch-ncp_linkchan.cc @@ -0,0 +1,16 @@ +$NetBSD: patch-ncp_linkchan.cc,v 1.1 2011/12/19 13:44:07 wiz Exp $ + +Update for C++ changes. + +--- ncp/linkchan.cc.orig 1999-04-12 21:16:52.000000000 +0000 ++++ ncp/linkchan.cc +@@ -19,7 +19,8 @@ + // + // e-mail philip.proudman@btinternet.com + +-#include <stream.h> ++#include <iostream> ++using namespace std; + + #include "linkchan.h" + #include "bufferstore.h" |