You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/png2ico/files/png2ico-2002.12.08-memset_a...

14 lines
281 B

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>