From 83e37efc8ed785cd095eb585ff747e5702ec49b3 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 22 May 2022 23:52:28 -0400 Subject: gcc 12, autotool updates, sqwebmail fixes. --- sqwebmail/folder.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sqwebmail/folder.c') diff --git a/sqwebmail/folder.c b/sqwebmail/folder.c index 89478b1..37349c3 100644 --- a/sqwebmail/folder.c +++ b/sqwebmail/folder.c @@ -53,16 +53,11 @@ #endif #endif -#if TIME_WITH_SYS_TIME -#include #include -#else -#if HAVE_SYS_TIME_H +#if HAVE_SYS_TIME_H #include -#else -#include -#endif #endif + #if HAVE_SYS_STAT_H #include #endif -- cgit v1.2.3