* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / containers / libappimage / hotfix-missingcstdint.patch
blob9b876b013eb78791f72e04cd8a6d4a7c6167b5d5
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/libappimage/hotfix-missingcstdint.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- libappimage-1.0.4-5/src/libappimage/utils/hashlib.h.vanilla 2024-06-28 12:27:43.782378450 +0300
15 +++ libappimage-1.0.4-5/src/libappimage/utils/hashlib.h 2024-06-28 12:40:06.817335617 +0300
16 @@ -2,6 +2,7 @@
18 // system
19 #include <istream>
20 +#include <cstdint>