aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /ncpd/link.cc
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'ncpd/link.cc')
-rw-r--r--ncpd/link.cc10
1 files changed, 6 insertions, 4 deletions
diff --git a/ncpd/link.cc b/ncpd/link.cc
index 9aab182..84c1d89 100644
--- a/ncpd/link.cc
+++ b/ncpd/link.cc
@@ -25,18 +25,20 @@
#include "config.h"
#endif
-#include <stream.h>
+#include <iostream>
+
+#include <bufferstore.h>
+#include <bufferarray.h>
+#include <plp_inttypes.h>
+
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/time.h>
-#include <plp_inttypes.h>
#include "link.h"
#include "packet.h"
#include "ncp.h"
-#include "bufferstore.h"
-#include "bufferarray.h"
#include "main.h"
extern "C" {