Commits

Kumar Golap authored 352f67a5e9f Merge
Merge branch 'CAS-13581' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13581

casatools/src/code/alma/ASDMBinaries/SDMDataObjectReader.cc

Modified
3 3 #include <iostream>
4 4 #include <iomanip>
5 5 #include <unistd.h>
6 6 #include <sys/types.h>
7 7 #include <sys/mman.h>
8 8 #include <fcntl.h>
9 9 #include <sys/stat.h>
10 10 #include <errno.h>
11 11 #include <exception>
12 12 #include <sstream>
13 +#include <cstring> //strerror
13 14
14 15 #include <alma/ASDMBinaries/CommonDefines.h>
15 16
16 17 #if defined( __APPLE__ )
17 18 #include <AvailabilityMacros.h>
18 19 // 10.5 defines stat64 but Tiger does NOT
19 20 #if defined(MAC_OS_X_VERSION_10_4) && ! defined(MAC_OS_X_VERSION_10_5)
20 21 #define stat64 stat
21 22 #define fstat64 fstat
22 23 #endif

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut