X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtsearchpath%2FlibCliSrv%2FTTFile.h;h=e9ee55d4273a9f7df2454f72b642e784ceb6091c;hb=01d6c363fa5c1bc1ce72e90d4e7daca74bd3175e;hp=67f3f79e3f83b62bb6e9e0c2c0cc5e53e2de8811;hpb=42e891d9e7e550d222b7a70d9c45b2da4555037f;p=oweals%2Fcde.git diff --git a/cde/programs/dtsearchpath/libCliSrv/TTFile.h b/cde/programs/dtsearchpath/libCliSrv/TTFile.h index 67f3f79e..e9ee55d4 100644 --- a/cde/programs/dtsearchpath/libCliSrv/TTFile.h +++ b/cde/programs/dtsearchpath/libCliSrv/TTFile.h @@ -65,7 +65,7 @@ class TTFile : public CString { }; #else void TT_Exception (char *); -#if defined(linux) || defined(CSRG_BASED) +#if defined(linux) || defined(CSRG_BASED) || defined(sun) friend std::ostream & operator<< (std::ostream &, TTFile &); #else friend ostream & operator<< (ostream &, TTFile &);