Linux compilation of nsgmls (Matthew Howkins)
This commit is contained in:
@@ -41,7 +41,12 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#if defined(linux)
|
||||
#include <streambuf>
|
||||
using namespace std;
|
||||
#else
|
||||
class streambuf;
|
||||
#endif
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
namespace SP_NAMESPACE {
|
||||
|
||||
Reference in New Issue
Block a user