talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 298a94adf85b4df86c277fa08d764a39b1706224
parent 8d39c742f618aa562874fe08ab389ef1a60da0be
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat,  6 Jun 2015 18:24:49 +0200

Add a missing include to make commit f061b67 work on Win32.

Diffstat:
Msrc/common/w32lib.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/common/w32lib.h b/src/common/w32lib.h @@ -84,6 +84,8 @@ #include <sys/time.h> #endif +#include <glib/gstdio.h> + /* Mingw32 3.4.4 defines interface to struct and thus breaks our own use of that symbol. Undef it here. */ #if defined(_BASETYPS_H) && defined(interface)