summarylogtreecommitdiffstats
path: root/glib-include-time-h-for-localtime_r.patch
blob: c23d26a0633110e2e02baf85b84cfeee5f3bb16a (plain)
1
2
3
4
5
6
7
8
9
10
--- 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"