[netcdfgroup] compilation bug with netcdf-3.6.2 - openSUSE 11.2 - solved

When I tried to compile netcdf-3.6.2 on an openSUSE 11.2, I got two errors
which said: "*** was not declared in this scope"

The solution is simple just add the line below:
include "string.h"

To these files:
netcdf-3.6.2/examples/CXX/sfc_pres_temp_rd.cpp
netcdf-3.6.2/cxx/ncvalues.cpp


-----------------
Sincerely yours,
Siavash Ghiasvand