diff options
author | Richard Narron <richard@aaazen.com> | 2019-12-21 07:44:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-21 07:44:25 +0700 |
commit | 5c0f315791282ffc0b9c537c75010601108a7919 (patch) | |
tree | a1ee419db417d8e62febab9d4e48a12eb4528c94 /graphics/png2ico/png2ico-cstring.patch | |
parent | d8fcf63314bf5f9f4013e838e5a0d9f160ac90de (diff) |
graphics/png2ico: Added (PNG to icon converter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/png2ico/png2ico-cstring.patch')
-rw-r--r-- | graphics/png2ico/png2ico-cstring.patch | 10 |
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 0000000000000..d380c8997620a --- /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> |