Linux compilation of nsgmls (Matthew Howkins)

This commit is contained in:
Peter Howkins
2012-04-11 18:03:23 +01:00
parent cc1d109aa9
commit e60d58be07
17 changed files with 102 additions and 10 deletions

View File

@@ -39,7 +39,11 @@ extern "C" {
void *memmove(void *, const void *, size_t);
}
#endif
#if defined(linux)
#include <iostream>
#else
#include <iostream.h>
#endif
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {