summaryrefslogtreecommitdiffstats
path: root/testing/spice-vdagent/fix-memcpy-memset-implicit-declaration.patch
blob: ad0de924e979063ad0c5fc4805f5f60335883de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- spice-vdagent-0.15.0/src/udscs.c
+++ spice-vdagent-0.15.0/src/udscs.c.new
@@ -26,6 +26,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <syslog.h>
 #include <unistd.h>
 #include <errno.h>