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/dev-util/apitrace/files/apitrace-3.0-memcpy.patch

14 lines
254 B

http://bugs.gentoo.org/465504
http://github.com/apitrace/apitrace/issues/118
--- common/image_png.cpp
+++ common/image_png.cpp
@@ -31,6 +31,7 @@
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
#include <fstream>