repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python/hypothesis: update to 6.121.0
[oi-userland.git]
/
components
/
library
/
exiv2
/
patches
/
003-fix-futils.patch
blob
b383e7b1a0ac49cdf6a7bf98c654251002aacdd1
1
--- exiv2-0.28.3/src/futils.cpp.orig 2024-07-08 08:43:13.000000000 +0200
2
+++ exiv2-0.28.3/src/futils.cpp 2024-10-25 22:38:39.393449258 +0200
3
@@ -7,6 +7,9 @@
4
#include "enforce.hpp"
5
#include "error.hpp"
6
#include "utils.hpp"
7
+#if defined(__illumos__)
8
+ #include "image_int.hpp"
9
+#endif
10
11
// + standard includes
12
#include <algorithm>