Should fix compile problems reported on HPUX

svn path=/trunk/boinc/; revision=6069
This commit is contained in:
Bruce Allen 2005-05-07 16:09:13 +00:00
parent cd35223149
commit 597b0d0a97
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ int get_timezone() {
return -1*(_timezone);
#elif defined(unix)
return -1*timezone;
#elif defined(HAVE_TZNAME)
return -1*timezone;
#else
#error timezone
#endif