aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.cc
diff options
context:
space:
mode:
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" {