X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fical_dezonify.c;h=b0342beeeaf97c1017c94efa53aa103eda3ae675;hp=a39342d4c9ab658d4a807cebdc51660325267349;hb=8b3b916db46e22d83ba2740d4c09ef8c967263b2;hpb=2bf4ae9ae7e2c80380b4c8369754b2b5fa455e52 diff --git a/webcit/ical_dezonify.c b/webcit/ical_dezonify.c index a39342d4c..b0342beee 100644 --- a/webcit/ical_dezonify.c +++ b/webcit/ical_dezonify.c @@ -6,8 +6,10 @@ // Copyright (c) 2002-2024 by the citadel.org team (Art Cancro et al) // This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License v3. +// NOTE: this file is symlinked between different generations of WebCit. When we retire WebCit-classic, copy the file over. + #include "webcit.h" -#include "webserver.h" + // Figure out which time zone needs to be used for timestamps that are not UTC and do not have a time zone specified. icaltimezone *get_default_icaltimezone(void) {