diff options
author | Fritz Elfert <felfert@to.com> | 2003-02-05 07:59:09 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2003-02-05 07:59:09 +0000 |
commit | f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch) | |
tree | 166bf2df5ca4fc40904af30a56a0de88683baf8d /ncpd/main.h | |
parent | 27ba222abbf3137eef49e31ac521de01d39c8088 (diff) | |
download | plptools-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.h | 2 |
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; |