summaryrefslogtreecommitdiff
path: root/media-gfx/png2ico/files/png2ico-2002.12.08-memset_and_strcmp.patch
blob: 195ff1a47749f89aa6f60eed95af241f2cc706f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
png2ico.cpp:133:31: error: ‘memset’ was not declared in this scope
png2ico.cpp:443:34: error: ‘strcmp’ was not declared in this scope

--- a/png2ico.cpp
+++ b/png2ico.cpp
@@ -33,6 +33,7 @@
 
 
 #include <cstdio>
+#include <cstring>
 #include <vector>
 #include <climits>