diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-24 15:51:39 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-24 15:51:39 +0000 |
| commit | 968a91ee79bf95e8cc0a43f89f5a2207982b105e (patch) | |
| tree | 2f23b5e8d93869ffc584246cbb7b460043274633 /textproc/xmlpp/files/patch-src::xmlpp.cpp | |
| parent | Update VMware Tools for 4.0.1 build-5289, the latest version of VMware (diff) | |
Fix building under ${OSVERSION} >= 500113
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'textproc/xmlpp/files/patch-src::xmlpp.cpp')
| -rw-r--r-- | textproc/xmlpp/files/patch-src::xmlpp.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/xmlpp/files/patch-src::xmlpp.cpp b/textproc/xmlpp/files/patch-src::xmlpp.cpp new file mode 100644 index 000000000000..366a1d4cbbb8 --- /dev/null +++ b/textproc/xmlpp/files/patch-src::xmlpp.cpp @@ -0,0 +1,15 @@ +--- ./src/xmlpp.cpp.orig Wed Jul 23 04:12:52 2003 ++++ ./src/xmlpp.cpp Wed Jul 23 04:13:52 2003 +@@ -21,6 +21,12 @@ + //debug + #include <iostream> + ++using std::cout; ++using std::cerr; ++using std::endl; ++using std::ifstream; ++using std::ofstream; ++ + namespace xmlpp { + + // internal use for saving |
