Merge branch '1.6.x'

Close #1313
This commit is contained in:
Alexey Sokolov
2016-09-09 00:17:43 +01:00

View File

@@ -14,10 +14,12 @@
* limitations under the License.
*/
#ifdef __CYGWIN__
#ifndef _XOPEN_SOURCE
// strptime() wants this
#define _XOPEN_SOURCE 600
#endif
#endif
#include <znc/Utils.h>
#include <znc/ZNCDebug.h>