mingw-glib2/glib-include-time-h-for-localtime_r.patch
Erik van Pienbroek c0a7633595 Update to 2.43.3
2015-01-26 23:38:04 +01:00

11 lines
245 B
Diff

--- glib-2.43.2/glib/gdate.c.orig 2015-01-01 23:50:04.203252143 +0100
+++ glib-2.43.2/glib/gdate.c 2015-01-01 23:50:28.329647373 +0100
@@ -41,6 +41,7 @@
#ifdef G_OS_WIN32
#include <windows.h>
+#include <time.h>
#endif
#include "gdate.h"