diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-07 13:54:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-07 13:54:10 +0000 |
commit | 0416e0a44cc846bc76cd2f792dacc651b3eabffd (patch) | |
tree | 278c767bc295d3647245c838ab1fbb90a4f60ef0 /science/netcdf/files/patch-nctst.cpp | |
parent | - Use SIZE (diff) |
fix build on current
Notes
Notes:
svn path=/head/; revision=100245
Diffstat (limited to 'science/netcdf/files/patch-nctst.cpp')
-rw-r--r-- | science/netcdf/files/patch-nctst.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/science/netcdf/files/patch-nctst.cpp b/science/netcdf/files/patch-nctst.cpp new file mode 100644 index 000000000000..6b98da703c0f --- /dev/null +++ b/science/netcdf/files/patch-nctst.cpp @@ -0,0 +1,7 @@ +--- cxx/nctst.cpp.orig Sat Feb 7 14:04:34 2004 ++++ cxx/nctst.cpp Sat Feb 7 14:04:48 2004 +@@ -1,4 +1,3 @@ +-#include <iostream.h> + #include <string.h> + #include "netcdfcpp.h" + |