From d3c6e3664db58cb7e101ddb9e0d194b59f982f83 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 27 Jun 2000 14:37:17 +0000 Subject: Let us compile sans threads on non-pthread systems. svn path=/trunk/; revision=3752 --- mail/mail-threads.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/mail-threads.c') diff --git a/mail/mail-threads.c b/mail/mail-threads.c index c0c16fc7ff..a5dbac2427 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -24,6 +24,8 @@ #include +#ifdef USE_BROKEN_THREADS + #include #include #include "mail.h" @@ -898,3 +900,5 @@ timeout_toggle( gboolean active ) } } } + +#endif -- cgit v1.2.3