ttsnoop: deal with iostream.h and missing sentinels.

Replacing strstream may be possible, but requires more work and a better
understanding of the code.
This commit is contained in:
Pascal Stumpf
2013-07-23 13:49:26 +02:00
committed by Jon Trulson
parent 380232cb93
commit 20081d15c9
7 changed files with 43 additions and 43 deletions

View File

@@ -29,7 +29,7 @@
#ifndef TT_CXX_H
#define TT_CXX_H
#if defined(linux)
#if defined(linux) || defined(CSRG_BASED)
#include <iostream>
using namespace std;
#else