summaryrefslogtreecommitdiffstats
path: root/graphics/png2ico/png2ico-cstring.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/png2ico/png2ico-cstring.patch')
-rw-r--r--graphics/png2ico/png2ico-cstring.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/png2ico/png2ico-cstring.patch b/graphics/png2ico/png2ico-cstring.patch
new file mode 100644
index 0000000000..d380c89976
--- /dev/null
+++ b/graphics/png2ico/png2ico-cstring.patch
@@ -0,0 +1,10 @@
+--- a/png2ico.cpp.orig 2002-12-07 14:37:58.000000000 -0800
++++ b/png2ico.cpp 2019-12-19 17:04:47.861832968 -0800
+@@ -35,6 +35,7 @@ Notes about transparent and inverted pix
+ #include <cstdio>
+ #include <vector>
+ #include <climits>
++#include <cstring>
+
+ #if __GNUC__ > 2
+ #include <ext/hash_map>