X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fnsgmls%2FOutputCharStream.h;h=f1c9bd3e3cefdd42061a295e720890ffd0e48f73;hb=6478653e18940c8982db90d54befff9939bb188a;hp=15088bb4854767d5275ea1f43a039a6f5f9dbb55;hpb=e60d58be07c4f408f5988c855aec122c2c10786b;p=oweals%2Fcde.git diff --git a/cde/programs/nsgmls/OutputCharStream.h b/cde/programs/nsgmls/OutputCharStream.h index 15088bb4..f1c9bd3e 100644 --- a/cde/programs/nsgmls/OutputCharStream.h +++ b/cde/programs/nsgmls/OutputCharStream.h @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * License along with these libraries and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ @@ -33,7 +33,7 @@ #include "Owner.h" #include "CodingSystem.h" -#if defined(linux) +#if defined(__linux__) || defined(CSRG_BASED) || defined(sun) #include using namespace std; #else