summarylogtreecommitdiffstats
path: root/memcpy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'memcpy.patch')
-rw-r--r--memcpy.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/memcpy.patch b/memcpy.patch
new file mode 100644
index 000000000000..8ca7d6b4db46
--- /dev/null
+++ b/memcpy.patch
@@ -0,0 +1,12 @@
+diff -u bing-1.3.5/bing_probes.c bing-1.3.5_n/bing_probes.c
+--- bing-1.3.5.orig/bing_probes.c 1999-10-26 08:42:16.000000000 +0200
++++ bing-1.3.5/bing_probes.c 2018-08-26 17:13:15.156726035 +0200
+@@ -7,6 +7,7 @@
+ /* $Id: bing_probes.c,v 1.12 1999/10/24 23:28:14 fgouget Exp $ */
+
+ #include <stdio.h>
++#include <string.h>
+ #include <errno.h>
+ #include <malloc.h>
+ #include <stdlib.h>
+