]> git.llucax.com Git - software/druntime.git/blobdiff - import/stdc/posix/time.d
Fixed a few build script issues on posix, including a bug in looking for some of...
[software/druntime.git] / import / stdc / posix / time.d
index 0c77b08ae6e952456b1630f7675d646638059b22..7d52f1dbaa48a4d75f5d43f3ff7559d608ca2515 100644 (file)
@@ -250,6 +250,8 @@ else version( darwin )
 }
 else version( freebsd )
 {
+    extern c_long timezone;
+
     //tm*   getdate(in char*);
     char* strptime(in char*, in char*, tm*);
 }