aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/main.h
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/main.h
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'ncpd/main.h')
-rw-r--r--ncpd/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncpd/main.h b/ncpd/main.h
index 1af2c9a..ef45414 100644
--- a/ncpd/main.h
+++ b/ncpd/main.h
@@ -24,7 +24,7 @@
#ifndef _main_h_
#define _main_h_
-#include <ostream.h>
+#include <iostream>
extern std::ostream lout;
extern std::ostream lerr;