netcdf/netcdf-4.0.0-gcc4.3-cstring.patch
Orion Poplawski e4c13849d0 - Update to 4.0 final
- Drop netcdf-3 symlink (bug #337158)
- Update cstring patch, partially upstreamed
2008-09-03 20:58:16 +00:00

12 lines
422 B
Diff

diff -urN netcdf-4.0-beta2-ORIG/examples/CXX4/sfc_pres_temp_rd.cpp netcdf-4.0-beta2/examples/CXX4/sfc_pres_temp_rd.cpp
--- netcdf-4.0-beta2-ORIG/examples/CXX4/sfc_pres_temp_rd.cpp 2007-07-29 20:18:22.000000000 -0400
+++ netcdf-4.0-beta2/examples/CXX4/sfc_pres_temp_rd.cpp 2008-05-08 00:30:54.000000000 -0400
@@ -17,6 +17,7 @@
*/
#include <iostream>
+#include <cstring>
#include <netcdfcpp4.h>
using namespace std;