biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / file-managers / krusader / compat-fix.patch
blob5411982b97ba113a739d0756e289f52f7e6b563a
1 diff --git a/app/compat.h b/app/compat.h
2 index b63d561..c051f35 100644
3 --- a/app/compat.h
4 +++ b/app/compat.h
5 @@ -11,13 +11,13 @@
7 #if __has_include(<KCompletion/kcompletion_version.h>)
8 # include <KCompletion/kcompletion_version.h>
9 -#else // Pre KF-5.91 header layout
10 +#elif __has_include(<kcompletion_version.h>) // Pre KF-5.91 header layout
11 # include <kcompletion_version.h>
12 #endif
14 #if __has_include(<KArchive/karchive_version.h>)
15 # include <KArchive/karchive_version.h>
16 -#else // Pre KF-5.91 header layout
17 +#elif __has_include(<karchive_version.h>) // Pre KF-5.91 header layout
18 # include <karchive_version.h>
19 #endif