Added timezone for CYGWIN

SVN revision: 2075
This commit is contained in:
2008-03-09 14:44:45 +00:00
parent 45e20f2cbe
commit b3e3cf0ceb
+4
View File
@@ -121,6 +121,10 @@ char pidfile[256]; /* Pidfile name
#endif /* OS_UNIX */
#ifdef __CYGWIN__ /* bug in cygwin, 'tmezone' not linked automatically */
long _timezone;
#endif
/* SSL includes */
#ifdef HAVE_SSL
#include <openssl/ssl.h>