* yet more dir-less .cache DEP updates
[t2sde.git] / package / textproc / clucene / hotfix-ctime.patch
blob526fc1aeeb9aa3db253b01da60a53b563e369b96
1 # --- T2-COPYRIGHT-BEGIN ---
2 # t2/package/*/clucene/hotfix-ctime.patch
3 # Copyright (C) 2025 The T2 SDE Project
4 # SPDX-License-Identifier: GPL-2.0 or patched project license
5 # --- T2-COPYRIGHT-END ---
7 --- clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.h.vanilla 2025-01-23 17:00:45.670002519 +0100
8 +++ clucene-core-2.3.3.4/src/core/CLucene/document/DateTools.h 2025-01-23 17:00:54.016669183 +0100
9 @@ -22,6 +22,8 @@
10 # include <sys/timeb.h>
11 #endif
13 +#include <ctime>
15 CL_NS_DEF(document)
17 class CLUCENE_EXPORT DateTools {