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/linkchan.cc | |
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/linkchan.cc')
-rw-r--r-- | ncpd/linkchan.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ncpd/linkchan.cc b/ncpd/linkchan.cc index aa21bb1..7c2a231 100644 --- a/ncpd/linkchan.cc +++ b/ncpd/linkchan.cc @@ -21,14 +21,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ -#include <stream.h> #include <iomanip> #include <string> +#include <bufferstore.h> +#include <bufferarray.h> + #include "linkchan.h" #include "ncp.h" -#include "bufferstore.h" -#include "bufferarray.h" #include "main.h" using namespace std; |