diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 02:18:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 02:18:59 +0000 |
commit | 8ea51524e6c5825ea5ffabd007f390162b2d2e24 (patch) | |
tree | 7c1ce870ba2ebef2f143a9287f7e4b0c9842bbed /net/arts++/files/patch-classes::include::ArtsFileUtil.hh | |
parent | Update to 2.2.90. (diff) |
Split mega-patch file patch-aa into individual patch files for easy
updating.
Notes
Notes:
svn path=/head/; revision=85081
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsFileUtil.hh')
-rw-r--r-- | net/arts++/files/patch-classes::include::ArtsFileUtil.hh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsFileUtil.hh b/net/arts++/files/patch-classes::include::ArtsFileUtil.hh new file mode 100644 index 000000000000..77f3ff6a66e9 --- /dev/null +++ b/net/arts++/files/patch-classes::include::ArtsFileUtil.hh @@ -0,0 +1,20 @@ +--- ./classes/include/ArtsFileUtil.hh.orig Mon Oct 2 13:05:15 2000 ++++ ./classes/include/ArtsFileUtil.hh Wed Sep 25 16:38:10 2002 +@@ -43,9 +43,16 @@ + #ifndef _ARTSFILEUTIL_HH_ + #define _ARTSFILEUTIL_HH_ + ++#include "artslocal.h" ++ + #include <string> + #include <vector> +-#include <fstream.h> ++ ++#ifdef HAVE_FSTREAM ++# include <fstream> ++#else ++# include <fstream.h> ++#endif + + #include "ArtsProtocolTableAggregatorMap.hh" + #include "ArtsInterfaceMatrixAggregatorMap.hh" |